Searched refs:GetNumBytesForUTF8Char (Results 1 – 2 of 2) sorted by relevance
35 static inline int GetNumBytesForUTF8Char(const char *src) { in GetNumBytesForUTF8Char() function
27 const int num_codepoint_bytes = GetNumBytesForUTF8Char(&src[i]); in IsValidUTF8()