Lines Matching refs:toId
54 toId= to; in NUANArc()
68 toId= arcsrc->toId; in NUANArc()
85 if (arcsrc->toId == endId && newEndId >= 0) in NUANArc()
86 toId= newEndId; in NUANArc()
88 toId= arcsrc->toId + offset; in NUANArc()
106 toId= Id; in AssignToId()
146 int GetToId() { return toId; }; in GetToId()
178 else if (toId > test->toId) in Compare()
180 else if (toId < test->toId) in Compare()
210 if (toId > test->toId) in CompareReverse()
212 else if (toId < test->toId) in CompareReverse()
244 else if (toId > test->toId) in CompareForMin()
246 else if (toId < test->toId) in CompareForMin()
258 else if (toId > test->toId) in CompareWithContext()
260 else if (toId < test->toId) in CompareWithContext()
284 …st->inputLabel && outputLabel == test->outputLabel && fromId == test->fromId && toId == test->toId) in IsSame()
300 … if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && toId == test->toId) in HasSameLabelsAndTo()
318 printf ("%d %d %d %d (%d)\n", fromId, toId, inputLabel, outputLabel, centre); in Print()
323 printf ("%d %d %c %d (%d)\n", fromId, toId, inputLabel, outputLabel, centre); in PrintText()
334 int toId; /* to node */ variable