Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dphp_unicode.c176 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()
H A Dunicode_data.h2189 static const unsigned short _uccase_len[2] = {3102, 3126}; variable

Completed in 19 milliseconds