Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/
H A Dphp_unicode.c298 case PHP_UNICODE_CASE_LOWER: in php_unicode_convert_case()
H A Dphp_unicode.h110 #define PHP_UNICODE_CASE_LOWER 1 macro
H A Dmbstring.c1570 REGISTER_LONG_CONSTANT("MB_CASE_LOWER", PHP_UNICODE_CASE_LOWER, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
3341 …newstr = php_unicode_convert_case(PHP_UNICODE_CASE_LOWER, str, (size_t) str_len, &ret_len, from_en… in PHP_FUNCTION()

Completed in 20 milliseconds