Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dphp_unicode.c122 static unsigned long case_lookup(unsigned long code, long l, long r, int field) in case_lookup() function
152 return case_lookup(code, l, r, field); in php_turkish_toupper()
160 return case_lookup(code, l, r, field); in php_turkish_tolower()
191 return case_lookup(code, l, r, field); in php_unicode_toupper()
222 return case_lookup(code, l, r, field); in php_unicode_tolower()
251 return case_lookup(code, l, r, field); in php_unicode_totitle()

Completed in 7 milliseconds