Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c244 static bool scan_ahead_for_cased_letter(unsigned char *in, size_t in_len, unsigned int state, const… in scan_ahead_for_cased_letter() function
392 …if (j >= out_len ? !scan_ahead_for_cased_letter(in, in_len, state, src_encoding) : !php_unicode_is… in php_unicode_convert_case()
442 …if (j >= out_len ? !scan_ahead_for_cased_letter(in, in_len, state, src_encoding) : !php_unicode_is… in php_unicode_convert_case()

Completed in 8 milliseconds