Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/
H A Dphp_unicode.c270 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 Dphp_unicode.h106 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_…
H A Dmbstring.c3115 long case_mode = 0; in PHP_FUNCTION() local
3121 &case_mode, &from_encoding, &from_encoding_len) == FAILURE) in PHP_FUNCTION()
3124 …newstr = php_unicode_convert_case(case_mode, str, (size_t) str_len, &ret_len, from_encoding TSRMLS… in PHP_FUNCTION()

Completed in 23 milliseconds