Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c287 unsigned int state = 0, title_mode = 0; in php_unicode_convert_case() local
331 …*p++ = title_mode ? php_unicode_tolower_simple(w, src_encoding) : php_unicode_totitle_simple(w, sr… in php_unicode_convert_case()
333 title_mode = php_unicode_is_cased(w); in php_unicode_convert_case()
431 if (title_mode) { in php_unicode_convert_case()
459 title_mode = php_unicode_is_cased(w); in php_unicode_convert_case()

Completed in 5 milliseconds