Searched refs:end_utf16 (Results 1 – 1 of 1) sorted by relevance
335 const char16_t* const end_utf16 = src + src_len; in utf16_to_utf8() local337 while (cur_utf16 < end_utf16) { in utf16_to_utf8()340 if((*cur_utf16 & 0xFC00) == 0xD800 && (cur_utf16 + 1) < end_utf16 in utf16_to_utf8()