Searched refs:u8end (Results 1 – 2 of 2) sorted by relevance
521 const uint8_t* const u8end = u8str + u8len; in utf8_to_utf16_length() local526 while (u8cur < u8end) { in utf8_to_utf16_length()538 if (u8cur != u8end) { in utf8_to_utf16_length()547 const uint8_t* const u8end = u8str + u8len; in utf8_to_utf16_no_null_terminator() local551 while (u8cur < u8end) { in utf8_to_utf16_no_null_terminator()
73 const uint8_t* const u8end = u8cur + u8len; in allocFromUTF8() local