Lines Matching refs:outputLabel
40 outputLabel= oLabel; in NUANArc()
52 outputLabel= oLabel; in NUANArc()
66 outputLabel= arcsrc->outputLabel; in NUANArc()
80 outputLabel= arcsrc->outputLabel; in NUANArc()
116 outputLabel= Id; in AssignOutput()
138 int GetOutput() { return outputLabel; }; in GetOutput()
165 return outputLabel; in Transduce()
186 else if (outputLabel > test->outputLabel) in Compare()
188 else if (outputLabel < test->outputLabel) in Compare()
200 else if (outputLabel > test->outputLabel) in CompareSymbol()
202 else if (outputLabel < test->outputLabel) in CompareSymbol()
222 else if (outputLabel > test->outputLabel) in CompareReverse()
224 else if (outputLabel < test->outputLabel) in CompareReverse()
240 else if (outputLabel > test->outputLabel) in CompareForMin()
242 else if (outputLabel < test->outputLabel) in CompareForMin()
266 else if (outputLabel > test->outputLabel) in CompareWithContext()
268 else if (outputLabel < test->outputLabel) in CompareWithContext()
284 …if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && fromId == test->fromId &… in IsSame()
292 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel) in HasSameLabels()
300 … if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && toId == test->toId) in HasSameLabelsAndTo()
308 … if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && fromId == test->fromId) in HasSameLabelsAndFrom()
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()
332 int outputLabel; /* output label */ variable