Home
last modified time | relevance | path

Searched refs:chartorune (Results 1 – 7 of 7) sorted by relevance

/external/libutf/
Dutflen.c34 s += chartorune(&rune, s); in utflen()
Dutfnlen.c38 s += chartorune(&rune, s); in utfnlen()
Dutfrune.c40 n = chartorune(&r, s); in utfrune()
Dutfutf.c32 n1 = chartorune(&r, s2); in utfutf()
Dutfrrune.c41 c1 = chartorune(&r, s); in utfrrune()
Dutf.h49 int chartorune(Rune* r, const char* s);
Drune.c169 chartorune(Rune *rune, const char *str) in chartorune() function