Searched refs:case_mode (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/mbstring/ |
H A D | php_unicode.c | 270 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_… in php_unicode_convert_case() argument 290 switch(case_mode) { in php_unicode_convert_case()
|
H A D | php_unicode.h | 106 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_…
|
H A D | mbstring.c | 3279 zend_long case_mode = 0; in PHP_FUNCTION() local 3285 &case_mode, &from_encoding, &from_encoding_len) == FAILURE) { in PHP_FUNCTION() 3289 newstr = php_unicode_convert_case(case_mode, str, (size_t) str_len, &ret_len, from_encoding); in PHP_FUNCTION()
|
Completed in 27 milliseconds