Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DUnicode.cpp479 int u8charLen = utf8_codepoint_len(*u8cur); in utf8_to_utf16_length() local
487 if (u8cur + u8charLen - 1 >= u8end) { in utf8_to_utf16_length()
494 uint32_t codepoint = utf8_to_utf32_codepoint(u8cur, u8charLen); in utf8_to_utf16_length()
496 u8cur += u8charLen; in utf8_to_utf16_length()