Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_unicode.c271 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_… in php_unicode_convert_case() argument
291 switch(case_mode) { in php_unicode_convert_case()
H A Dphp_unicode.h106 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_…
H A Dmbstring.c3427 zend_long case_mode = 0; in PHP_FUNCTION() local
3433 &case_mode, &from_encoding, &from_encoding_len) == FAILURE) { in PHP_FUNCTION()
3437 newstr = php_unicode_convert_case(case_mode, str, (size_t) str_len, &ret_len, from_encoding); in PHP_FUNCTION()

Completed in 23 milliseconds