Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicobase.c961 picoos_uint32 poscnt; in picobase_get_next_utf8char() local
970 poscnt = *pos; in picobase_get_next_utf8char()
972 while ((i < len) && (utf8s[poscnt] != 0)) { in picobase_get_next_utf8char()
973 utf8char[i] = utf8s[poscnt]; in picobase_get_next_utf8char()
974 poscnt++; in picobase_get_next_utf8char()
978 if ((i < len) && (utf8s[poscnt] == 0)) { in picobase_get_next_utf8char()
981 *pos = poscnt; in picobase_get_next_utf8char()
990 picoos_uint32 poscnt; in picobase_get_next_utf8charpos() local
998 poscnt = *pos; in picobase_get_next_utf8charpos()
1000 while ((i < len) && (utf8s[poscnt] != 0)) { in picobase_get_next_utf8charpos()
[all …]