Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DUnicode.cpp528 int u8charLen = utf8_codepoint_len(*u8cur); in utf8_to_utf16_length() local
529 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8charLen); in utf8_to_utf16_length()
531 u8cur += u8charLen; in utf8_to_utf16_length()