Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c256 if (!php_unicode_is_case_ignorable(w)) { in scan_ahead_for_cased_letter()
274 if (!php_unicode_is_case_ignorable(w)) { in scan_back_for_cased_letter()
332 if (!php_unicode_is_case_ignorable(w)) { in php_unicode_convert_case()
381 while (j >= 0 && php_unicode_is_case_ignorable(wchar_buf[j])) { in php_unicode_convert_case()
387 while (j < out_len && php_unicode_is_case_ignorable(wchar_buf[j])) { in php_unicode_convert_case()
434 while (j >= 0 && php_unicode_is_case_ignorable(wchar_buf[j])) { in php_unicode_convert_case()
439 while (j < out_len && php_unicode_is_case_ignorable(wchar_buf[j])) { in php_unicode_convert_case()
458 if (!php_unicode_is_case_ignorable(w)) { in php_unicode_convert_case()
H A Dphp_unicode.h173 #define php_unicode_is_case_ignorable(cc) php_unicode_is_prop1(cc, UC_CASE_IGNORABLE) macro

Completed in 11 milliseconds