HomeSort by relevance Sort by last modified time
    Searched full:end_utf16 (Results 1 - 1 of 1) sorted by null

  /system/core/libutils/
Unicode.cpp 334 const char16_t* const end_utf16 = src + src_len; local
336 while (cur_utf16 < end_utf16) {
339 if((*cur_utf16 & 0xFC00) == 0xD800 && (cur_utf16 + 1) < end_utf16

Completed in 1282 milliseconds