Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_win32.cpp2626 static inline size_t utf8_codepoint_len(uint8_t ch) { in utf8_codepoint_len() function
2651 if (bytes_available < utf8_codepoint_len(ch)) { in ParseCompleteUTF8()