Home
last modified time | relevance | path

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

/PHP-7.2/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
153 return case_lookup(code, l, r, field); in php_turkish_toupper()
161 return case_lookup(code, l, r, field); in php_turkish_tolower()
192 return case_lookup(code, l, r, field); in php_unicode_toupper()
223 return case_lookup(code, l, r, field); in php_unicode_tolower()
252 return case_lookup(code, l, r, field); in php_unicode_totitle()

Completed in 4 milliseconds