Home
last modified time | relevance | path

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

/external/libutf/
Drune.c66 charntorune(Rune *rune, const char *str, int length) in charntorune() function
248 *consumed = charntorune(rune, str, length); in isvalidcharntorune()
Dutf.h59 int charntorune(Rune* r, const char* s, int n);
/external/libtextclassifier/lang_id/
Dcustom-tokenizer.cc69 charntorune(&rune, curr, num_bytes); in AppendLowerCase()