Searched refs:php_unicode_is_case_ignorable (Results 1 – 2 of 2) sorted by relevance
189 #define php_unicode_is_case_ignorable(cc) php_unicode_is_prop1(cc, UC_CASE_IGNORABLE) macro
366 if (!php_unicode_is_case_ignorable(c)) { in convert_case_filter()
Completed in 8 milliseconds