Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokdt.c2055 picoos_uint16 utfcount; in picokdt_dtG2PconstructInVec() local
2090 utfcount = kdtGetUTF8Nr(graph, graphlen, count); in picokdt_dtG2PconstructInVec()
2094 if ((utfcount > cinv) && (utfcount <= utfgraphlen)) { in picokdt_dtG2PconstructInVec()
2097 if (!kdtGetUTF8char(graph, graphlen, utfcount-cinv-1, in picokdt_dtG2PconstructInVec()
2099 PICODBG_WARN(("problem getting UTF char %d", utfcount-cinv-1)); in picokdt_dtG2PconstructInVec()
2104 if ((utfcount == cinv) && (iAttr != 4)) { in picokdt_dtG2PconstructInVec()
2131 if ((utfcount > 0) && (utfcount <= (cinv - 1))) { in picokdt_dtG2PconstructInVec()
2133 if (!kdtGetUTF8char(graph, graphlen, utfcount+utfgraphlen-cinv, in picokdt_dtG2PconstructInVec()
2136 utfcount+utfgraphlen-cinv-1)); in picokdt_dtG2PconstructInVec()
2141 if (utfcount == cinv) { in picokdt_dtG2PconstructInVec()