Searched refs:cinv (Results 1 – 1 of 1) sorted by relevance
2052 picoos_int16 cinv; in picokdt_dtG2PconstructInVec() local2092 cinv = 4; 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()2125 cinv--; in picokdt_dtG2PconstructInVec()2129 cinv = utfgraphlen; in picokdt_dtG2PconstructInVec()2131 if ((utfcount > 0) && (utfcount <= (cinv - 1))) { in picokdt_dtG2PconstructInVec()2133 if (!kdtGetUTF8char(graph, graphlen, utfcount+utfgraphlen-cinv, in picokdt_dtG2PconstructInVec()[all …]