Lines Matching refs:graph
107 - TABLETYPE1: one byte, type of map table (byte, word, or graph=utf8)
1357 /* empty table does not make sense for graph */
1677 #graph
1694 no more graph ->
1701 const picoos_uint8 *graph,
1707 /* 2nd part of graph invec has KDT_POSP_NRGRAPHSUFFATT elements, */
1714 picoos_uint16 poscg; /* position of current graph (= utf8 char) */
1718 picoos_uint16 fallback; /* fallback value for failed graph encodings */
1740 ((lencg = picobase_det_utf8_length(graph[poscg])) > 0)) {
1743 /* att-encode front utf graph and add in invec */
1756 /* remove front utf graph */
1761 /* add current utf graph to chbuf */
1763 chbuf[chbrear][i] = graph[poscg++];
1771 /* increase utf graph count */
2037 const picoos_uint8 *graph,
2069 /* graph attributes */
2084 /* graph attributes left (context -4/-3/-2/-1) and current, MapInGraph */
2086 utfgraphlen = picobase_utf8_length(graph, graphlen);
2090 utfcount = kdtGetUTF8Nr(graph, graphlen, count);
2096 /* utf8char[0] = graph[count - cinv - 1];*/
2097 if (!kdtGetUTF8char(graph, graphlen, utfcount-cinv-1,
2128 /* graph attributes right (context 1/2/3/4), MapInGraph */
2132 /* utf8char[0] = graph[count + graphlen - cinv];*/
2133 if (!kdtGetUTF8char(graph, graphlen, utfcount+utfgraphlen-cinv,
2174 case 11: /* order of current vowel-like graph in word, Fix2 */