Home
last modified time | relevance | path

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

/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/I18n/
H A DMultibyte.php31 protected static $_caseFold = array(); variable in Multibyte
841 static::$_caseFold[$range] = Configure::read($range);
849 $count = count(static::$_caseFold[static::$_table]);
852 if ($type === 'lower' && static::$_caseFold[static::$_table][$i][$type][0] === $char) {
853 $found[] = static::$_caseFold[static::$_table][$i];
854 } elseif ($type === 'upper' && static::$_caseFold[static::$_table][$i][$type] === $char) {
855 $found[] = static::$_caseFold[static::$_table][$i];