Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dphp_unicode.c276 unsigned char *unicode_ptr; in php_unicode_convert_case() local
289 unicode_ptr = (unsigned char *)unicode; in php_unicode_convert_case()
294 UINT32_TO_BE_ARY(&unicode_ptr[i], in php_unicode_convert_case()
295 php_unicode_toupper(BE_ARY_TO_UINT32(&unicode_ptr[i]), _src_encoding)); in php_unicode_convert_case()
301 UINT32_TO_BE_ARY(&unicode_ptr[i], in php_unicode_convert_case()
302 php_unicode_tolower(BE_ARY_TO_UINT32(&unicode_ptr[i]), _src_encoding)); in php_unicode_convert_case()
311 BE_ARY_TO_UINT32(&unicode_ptr[i]), in php_unicode_convert_case()
315 UINT32_TO_BE_ARY(&unicode_ptr[i], in php_unicode_convert_case()
316 php_unicode_tolower(BE_ARY_TO_UINT32(&unicode_ptr[i]), _src_encoding)); in php_unicode_convert_case()
323 UINT32_TO_BE_ARY(&unicode_ptr[i], in php_unicode_convert_case()
[all …]

Completed in 6 milliseconds