Searched refs:php_unicode_is_title (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/ext/mbstring/ | ||
H A D | php_unicode.c | 230 if (php_unicode_is_title(code)) in php_unicode_totitle() |
H A D | php_unicode.h | 130 #define php_unicode_is_title(cc) php_unicode_is_prop(cc, UC_LT, 0) macro |
Completed in 5 milliseconds