Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c266 static bool scan_back_for_cased_letter(uint32_t *begin, uint32_t *end) in scan_back_for_cased_letter() function
384 … if (j >= 0 ? php_unicode_is_cased(wchar_buf[j]) : scan_back_for_cased_letter(p, converted_end)) { 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()

Completed in 6 milliseconds