Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/uchar/
H A Duchar.c15 size_t string_codepoint_length = ZSTR_LEN(string_codepoint); in convert_cp() local
17 if (ZEND_SIZE_T_INT_OVFL(string_codepoint_length)) { in convert_cp()
23 U8_NEXT(ZSTR_VAL(string_codepoint), i, string_codepoint_length, int_codepoint); in convert_cp()
24 if ((size_t)i != string_codepoint_length) { in convert_cp()

Completed in 6 milliseconds