Home
last modified time | relevance | path

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

/external/libtextclassifier/util/strings/
Dutf8.h35 static inline int GetNumBytesForUTF8Char(const char *src) { in GetNumBytesForUTF8Char() function
Dutf8.cc27 const int num_codepoint_bytes = GetNumBytesForUTF8Char(&src[i]); in IsValidUTF8()