Searched refs:utf16_end (Results 1 – 1 of 1) sorted by relevance
124 const uint16_t *utf16_end = utf16_in + char_count; in ConvertUtf16ToModifiedUtf8() local125 for (const uint16_t *p = utf16_in; p < utf16_end;) { in ConvertUtf16ToModifiedUtf8()