Searched refs:getSortKey (Results 1 – 7 of 7) sorted by relevance
2 Bug #74705 Wrong reflection on Collator::getSortKey7 $rm = new ReflectionMethod(Collator::class, 'getSortKey');
15 $c->getSortKey('h');20 #0 %s(%d): Collator->getSortKey('h')
2 Bug #62070: Collator::getSortKey() returns garbage
64 return $GLOBALS['oo-mode'] ? $coll->getSortKey( $str ) : collator_get_sort_key( $coll, $str );
156 public function getSortKey(string $string): string|false {} function in Collator
Completed in 5 milliseconds