Searched refs:_uccase_len (Results 1 – 2 of 2) sorted by relevance
176 l = _uccase_len[0]; in php_unicode_toupper()177 r = (l + _uccase_len[1]) - 3; in php_unicode_toupper()188 l = _uccase_len[0] + _uccase_len[1]; in php_unicode_toupper()208 r = _uccase_len[0] - 3; in php_unicode_tolower()219 l = _uccase_len[0] + _uccase_len[1]; in php_unicode_tolower()243 r = _uccase_len[0] - 3; in php_unicode_totitle()248 l = _uccase_len[0]; in php_unicode_totitle()249 r = (l + _uccase_len[1]) - 3; in php_unicode_totitle()
2189 static const unsigned short _uccase_len[2] = {3102, 3126}; variable
Completed in 12 milliseconds