Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dphp_unicode.h92 MBSTRING_API zend_string *php_unicode_convert_case(
H A Dphp_unicode.c282 MBSTRING_API zend_string *php_unicode_convert_case(php_case_mode case_mode, const char *srcstr, siz… in php_unicode_convert_case() function
H A Dmbstring.c2849 …return php_unicode_convert_case(case_mode, str, str_len, enc, enc, MBSTRG(current_filter_illegal_m… in mbstring_convert_case()
5758 …zend_string *haystack_conv = php_unicode_convert_case(PHP_UNICODE_CASE_FOLD_SIMPLE, ZSTR_VAL(hayst… in php_mb_stripos()
5759 …zend_string *needle_conv = php_unicode_convert_case(PHP_UNICODE_CASE_FOLD_SIMPLE, ZSTR_VAL(needle)… in php_mb_stripos()

Completed in 35 milliseconds