Home
last modified time | relevance | path

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

/system/core/libutils/
DUnicode.cpp403 size_t u16measuredLen = 0; in utf8_to_utf16_length() local
405 u16measuredLen++; in utf8_to_utf16_length()
422 if (codepoint > 0xFFFF) u16measuredLen++; // this will be a surrogate pair in utf16 in utf8_to_utf16_length()
434 return u16measuredLen; in utf8_to_utf16_length()