Lines Matching refs:graph
52 - one lex entry has POS GRAPH PHON, all mandatory, but
55 - (POS,GRAPH) is a uniq key (only one entry allowed)
56 - (GRAPH) is almost a uniq key (2-4 entries with the same GRAPH, and
58 - for one graph we can have two or three solutions from the lex
60 - in this case GRAPH, POS, and PHON all must be available in lex
66 - 3 bytes for graph-prefix
270 /* convert graph-prefix to number with 'lexicographic' ordering */
359 const picoos_uint8 *graph,
368 PICODBG_TRACE(("%d|%d graph|lex: %c|%c", graphlen, lexlen,
369 graph[i], lexgraph[i]));
370 if (lexgraph[i] < graph[i]) {
372 } else if (lexgraph[i] > graph[i]) {
419 const picoos_uint8 *graph,
431 rv = klex_lexMatch(&(this->lexblocks[lexpos]), graph, graphlen);
449 if (klex_lexMatch(&(this->lexblocks[lexpos]), graph,
483 const picoos_uint8 *graph,
504 tgraph[i] = graph[i];
527 klex_lexblockLookup(klex, lexposStart, lexposEnd, graph, graphlen, lexres);