Home
last modified time | relevance | path

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

/system/core/libutils/
DUnicode.cpp444 static inline size_t utf8_codepoint_len(uint8_t ch) in utf8_codepoint_len() function
494 int u8charLen = utf8_codepoint_len(*u8cur); in utf8_to_utf16_length()
546 size_t u8len = utf8_codepoint_len(*u8cur); in utf8_to_utf16_no_null_terminator()
/system/core/adb/
Dsysdeps_win32.cpp2433 static inline size_t utf8_codepoint_len(uint8_t ch) { in utf8_codepoint_len() function
2458 if (bytes_available < utf8_codepoint_len(ch)) { in ParseCompleteUTF8()