Home
last modified time | relevance | path

Searched refs:picobase_get_next_utf8char (Results 1 – 5 of 5) sorted by relevance

/external/svox/pico/lib/
Dpicobase.h111 picoos_uint8 picobase_get_next_utf8char(const picoos_uint8 *utf8s,
Dpicobase.c955 picoos_uint8 picobase_get_next_utf8char(const picoos_uint8 *utf8s, in picobase_get_next_utf8char() function
Dpicosa.c807 if (!picobase_get_next_utf8char(sInChar, inLen, &pos, cstr) || in saGetNrVowel()
813 if (!picobase_get_next_utf8char(sInChar, inLen, &nCount, cstr)) { in saGetNrVowel()
Dpicopr.c634 picobase_get_next_utf8char(stokenStr, PR_MAX_DATA_LEN, & i, utf8char); in tok_tokenDigitStrToInt()
672 picobase_get_next_utf8char(str, PR_MAX_DATA_LEN, & li,utf8); in pr_isLatinNumber()
2221 l = picobase_get_next_utf8char(str2, PR_MAX_DATA_LEN, & pos,utf8char); in pr_compare()
2230 l = picobase_get_next_utf8char(str2, PR_MAX_DATA_LEN, & pos,utf8char); in pr_compare()
3406 … if (picobase_get_next_utf8char(it->data, it->head.len, &pos, inUtf8char)) { in prStep()
Dpicokdt.c2012 return picobase_get_next_utf8char(utfgraph, graphlen, &pos, utf8char); in kdtGetUTF8char()