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

/external/libutf/
H A Drune.c49 * This is a slower but "safe" version of the old chartorune
53 * chartorune will be a bit faster.
167 chartorune(Rune *rune, const char *str) function
/external/regex-re2/util/
H A Drune.cc49 chartorune(Rune *rune, const char *str) function in namespace:re2
224 s += chartorune(&rune, s);
250 n = chartorune(&r, s);

Completed in 135 milliseconds