Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_unicode.c177 l = _uccase_len[0]; in php_unicode_toupper()
178 r = (l + _uccase_len[1]) - 1; in php_unicode_toupper()
189 l = _uccase_len[0] + _uccase_len[1]; in php_unicode_toupper()
209 r = _uccase_len[0] - 1; in php_unicode_tolower()
220 l = _uccase_len[0] + _uccase_len[1]; in php_unicode_tolower()
244 r = _uccase_len[0] - 1; in php_unicode_totitle()
249 l = _uccase_len[0]; in php_unicode_totitle()
250 r = (l + _uccase_len[1]) - 1; in php_unicode_totitle()
H A Dunicode_data.h2566 static const unsigned short _uccase_len[2] = {1273, 1317}; variable

Completed in 15 milliseconds