Searched defs:utfgraph (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicokdt.c1998 /* get the nr'th (starting at 0) utf char in utfgraph */
1999 static picoos_uint8 kdtGetUTF8char(const picoos_uint8 *utfgraph, argument
2008 if (!picobase_get_next_utf8charpos(utfgraph, graphlen, &pos)) {
2012 return picobase_get_next_utf8char(utfgraph, graphlen, &pos, utf8char);
2016 static picoos_uint16 kdtGetUTF8Nr(const picoos_uint8 *utfgraph, argument
2025 if (!picobase_get_next_utf8charpos(utfgraph, graphlen, &postmp)) {

Completed in 170 milliseconds