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

/external/svox/pico/lib/
H A Dpicokdt.c2052 picoos_int16 cinv; local
2092 cinv = 4;
2094 if ((utfcount > cinv) && (utfcount <= utfgraphlen)) {
2096 /* utf8char[0] = graph[count - cinv - 1];*/
2097 if (!kdtGetUTF8char(graph, graphlen, utfcount-cinv-1,
2099 PICODBG_WARN(("problem getting UTF char %d", utfcount-cinv-1));
2104 if ((utfcount == cinv) && (iAttr != 4)) {
2125 cinv--;
2129 cinv = utfgraphlen;
2131 if ((utfcount > 0) && (utfcount <= (cinv
[all...]

Completed in 101 milliseconds