Home
last modified time | relevance | path

Searched refs:u16end (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DUnicode.cpp584 const char16_t* const u16end = dst + dstLen; in utf8_to_utf16_no_null_terminator() local
587 while (u8cur < u8end && u16cur < u16end) { in utf8_to_utf16_no_null_terminator()
599 if (u16cur >= u16end) { in utf8_to_utf16_no_null_terminator()