Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c204 static inline unsigned php_unicode_tolower_simple(unsigned code, const mbfl_encoding *enc) { in php_unicode_tolower_simple() function
313 *p++ = (UNEXPECTED(w > 0xFFFFFF)) ? w : php_unicode_tolower_simple(w, src_encoding); in php_unicode_convert_case()
331 …*p++ = title_mode ? php_unicode_tolower_simple(w, src_encoding) : php_unicode_totitle_simple(w, sr… in php_unicode_convert_case()

Completed in 7 milliseconds