Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/uchar/
H A Duchar.c14 size_t string_codepoint_length = ZSTR_LEN(string_codepoint); in convert_cp() local
16 if (ZEND_SIZE_T_INT_OVFL(string_codepoint_length)) { in convert_cp()
22 U8_NEXT(ZSTR_VAL(string_codepoint), i, string_codepoint_length, int_codepoint); in convert_cp()
23 if ((size_t)i != string_codepoint_length) { in convert_cp()

Completed in 5 milliseconds