Searched refs:u8end (Results 1 – 1 of 1) sorted by relevance
523 const uint8_t* const u8end = u8str + u8len; in utf8_to_utf16_length() local528 while (u8cur < u8end) { in utf8_to_utf16_length()540 if (u8cur != u8end) { in utf8_to_utf16_length()549 const uint8_t* const u8end = u8str + u8len; in utf8_to_utf16_no_null_terminator() local553 while (u8cur < u8end) { in utf8_to_utf16_no_null_terminator()579 const uint8_t* const u8end = src + srcLen; in utf8_to_utf16_n() local584 while (u8cur < u8end && u16cur < u16end) { in utf8_to_utf16_n()