Searched refs:string_codepoint_length (Results 1 – 1 of 1) sorted by relevance
15 size_t string_codepoint_length = ZSTR_LEN(string_codepoint); in convert_cp() local17 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 5 milliseconds