Home
last modified time | relevance | path

Searched refs:getSortKey (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/
DCollate.pm432 $self->visualizeSortKey($self->getSortKey(@_));
647 sub getSortKey subroutine
739 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($_), $_ ], @_;
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/
DChanges158 - add description of the getSortKey method.
162 - getSortKey returns a string, but not an arrayref.
/mirbsd/src/gnu/usr.bin/perl/lib/Unicode/Collate/t/
Dtest.t379 $temp = $c->getSortKey("abc");
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperltoc.pod20893 C<$sortKey = $Collator-E<gt>getSortKey($string)>, C<$sortKeyForm =