Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DUnicode.cpp71 static inline size_t utf32_codepoint_utf8_length(char32_t srcChar) in utf32_codepoint_utf8_length() function
171 size_t char_len = utf32_codepoint_utf8_length(*src++); in utf32_to_utf8_length()
192 size_t len = utf32_codepoint_utf8_length(*cur_utf32); in utf32_to_utf8()
308 const size_t len = utf32_codepoint_utf8_length(utf32); in utf16_to_utf8()
375 char_len = utf32_codepoint_utf8_length((char32_t)*src++); in utf16_to_utf8_length()