Searched defs:utf8_codepoint_len (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/libs/utils/
H A DUnicode.cpp436 static inline size_t utf8_codepoint_len(uint8_t ch) function
528 int u8charLen = utf8_codepoint_len(*u8cur);
552 size_t u8len = utf8_codepoint_len(*u8cur);

Completed in 97 milliseconds