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

/system/core/libutils/
H A DUnicode.cpp598 const char16_t* const u16end = dst + dstLen; local
601 while (u8cur < u8end && u16cur < u16end) {
613 if (u16cur >= u16end) {

Completed in 30 milliseconds