Home
last modified time | relevance | path

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

/dokuwiki/inc/Utf8/
H A DSort.php24 /** @var \Collator[] language specific collators, usually only one */
25 protected static $collators = []; variable in dokuwiki\\Utf8\\Sort
50 if (!isset(self::$collators[$lc])) {
62 self::$collators[$lc] = $collator;
65 return self::$collators[$lc];