OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNumBytesForUTF8Char
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/util/strings/
utf8.h
35
static inline int
GetNumBytesForUTF8Char
(const char *src) {
/external/libtextclassifier/lang_id/
custom-tokenizer.cc
42
int num_bytes =
GetNumBytesForUTF8Char
(curr);
Completed in 1186 milliseconds