Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c253 if (php_unicode_is_cased(w)) { in scan_ahead_for_cased_letter()
271 if (php_unicode_is_cased(w)) { in scan_back_for_cased_letter()
333 title_mode = php_unicode_is_cased(w); in php_unicode_convert_case()
384 … if (j >= 0 ? php_unicode_is_cased(wchar_buf[j]) : scan_back_for_cased_letter(p, converted_end)) { in php_unicode_convert_case()
392 … !scan_ahead_for_cased_letter(in, in_len, state, src_encoding) : !php_unicode_is_cased(wchar_buf[j… in php_unicode_convert_case()
437 … if (j >= 0 ? php_unicode_is_cased(wchar_buf[j]) : scan_back_for_cased_letter(p, converted_end)) { in php_unicode_convert_case()
442 … !scan_ahead_for_cased_letter(in, in_len, state, src_encoding) : !php_unicode_is_cased(wchar_buf[j… in php_unicode_convert_case()
459 title_mode = php_unicode_is_cased(w); in php_unicode_convert_case()
H A Dphp_unicode.h172 #define php_unicode_is_cased(cc) php_unicode_is_prop1(cc, UC_CASED) macro

Completed in 13 milliseconds