Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicokdt.c1714 picoos_uint16 poscg; /* position of current graph (= utf8 char) */ in picokdt_dtPosPconstructInVec() local
1725 poscg = 0; in picokdt_dtPosPconstructInVec()
1739 while ((poscg < graphlen) && in picokdt_dtPosPconstructInVec()
1740 ((lencg = picobase_det_utf8_length(graph[poscg])) > 0)) { in picokdt_dtPosPconstructInVec()
1763 chbuf[chbrear][i] = graph[poscg++]; in picokdt_dtPosPconstructInVec()