Searched refs:getSortKey (Results 1 – 4 of 4) sorted by relevance
432 $self->visualizeSortKey($self->getSortKey(@_));647 sub getSortKey subroutine739 sub cmp { $_[0]->getSortKey($_[1]) cmp $_[0]->getSortKey($_[2]) }740 sub eq { $_[0]->getSortKey($_[1]) eq $_[0]->getSortKey($_[2]) }741 sub ne { $_[0]->getSortKey($_[1]) ne $_[0]->getSortKey($_[2]) }742 sub lt { $_[0]->getSortKey($_[1]) lt $_[0]->getSortKey($_[2]) }743 sub le { $_[0]->getSortKey($_[1]) le $_[0]->getSortKey($_[2]) }744 sub gt { $_[0]->getSortKey($_[1]) gt $_[0]->getSortKey($_[2]) }745 sub ge { $_[0]->getSortKey($_[1]) ge $_[0]->getSortKey($_[2]) }755 map [ $obj->getSortKey($_), $_ ], @_;
158 - add description of the getSortKey method.162 - getSortKey returns a string, but not an arrayref.
379 $temp = $c->getSortKey("abc");
20893 C<$sortKey = $Collator-E<gt>getSortKey($string)>, C<$sortKeyForm =