Home
last modified time | relevance | path

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

/system/core/libutils/
DUnicode.cpp536 int u8charLen = utf8_codepoint_len(*u8cur); in utf8_to_utf16_length() local
544 if (u8cur + u8charLen - 1 >= u8end) { in utf8_to_utf16_length()
551 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8charLen); in utf8_to_utf16_length()
553 u8cur += u8charLen; in utf8_to_utf16_length()