Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php195 protected static $_collator = null; variable in Hoa\\Ustring\\Ustring
318 if (null === static::$_collator) {
319 static::$_collator = new \Collator(setlocale(LC_COLLATE, null));
322 return static::$_collator;