Searched refs:picobase_get_next_utf8char (Results 1 – 5 of 5) sorted by relevance
/external/svox/pico/lib/ |
D | picobase.h | 111 picoos_uint8 picobase_get_next_utf8char(const picoos_uint8 *utf8s,
|
D | picobase.c | 955 picoos_uint8 picobase_get_next_utf8char(const picoos_uint8 *utf8s, in picobase_get_next_utf8char() function
|
D | picosa.c | 807 if (!picobase_get_next_utf8char(sInChar, inLen, &pos, cstr) || in saGetNrVowel() 813 if (!picobase_get_next_utf8char(sInChar, inLen, &nCount, cstr)) { in saGetNrVowel()
|
D | picopr.c | 634 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()
|
D | picokdt.c | 2012 return picobase_get_next_utf8char(utfgraph, graphlen, &pos, utf8char); in kdtGetUTF8char()
|