Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dsort_without_collator.test.php21 Sort::useIntl(false);
29 Sort::useIntl(true);
/dokuwiki/inc/Utf8/
H A DSort.php28 protected static $useIntl = true; variable in dokuwiki\\Utf8\\Sort
45 if (!self::$useIntl || !class_exists('\Collator')) {
76 public static function useIntl($use = true) function in dokuwiki\\Utf8\\Sort
78 self::$useIntl = $use;