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

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

Completed in 244 milliseconds