Home
last modified time | relevance | path

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

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libutils/
H A DUnicode.cpp77 static inline size_t utf32_codepoint_utf8_length(char32_t srcChar) in utf32_codepoint_utf8_length() function
187 size_t char_len = utf32_codepoint_utf8_length(*src++); in utf32_to_utf8_length()
210 size_t len = utf32_codepoint_utf8_length(*cur_utf32); in utf32_to_utf8()
348 const size_t len = utf32_codepoint_utf8_length(utf32); in utf16_to_utf8()
421 char_len = utf32_codepoint_utf8_length((char32_t)*src++); in utf16_to_utf8_length()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libutils/
H A DUnicode.cpp76 static inline size_t utf32_codepoint_utf8_length(char32_t srcChar) in utf32_codepoint_utf8_length() function
183 size_t char_len = utf32_codepoint_utf8_length(*src++); in utf32_to_utf8_length()
206 size_t len = utf32_codepoint_utf8_length(*cur_utf32); in utf32_to_utf8()
384 const size_t len = utf32_codepoint_utf8_length(utf32); in utf16_to_utf8()
457 char_len = utf32_codepoint_utf8_length((char32_t)*src++); in utf16_to_utf8_length()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/system/core/libutils/
H A DUnicode.cpp79 static inline size_t utf32_codepoint_utf8_length(char32_t srcChar) in utf32_codepoint_utf8_length() function
186 ret += utf32_codepoint_utf8_length(*src++); in utf32_to_utf8_length()
201 size_t len = utf32_codepoint_utf8_length(*cur_utf32); in utf32_to_utf8()
352 const size_t len = utf32_codepoint_utf8_length(utf32); in utf16_to_utf8()
421 ret += utf32_codepoint_utf8_length((char32_t) *src++); in utf16_to_utf8_length()