Searched defs:oLabel (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dnetw_arc.h37 NUANArc (int iLabel, int oLabel) argument
40 outputLabel= oLabel;
49 NUANArc (int iLabel, int oLabel, int from, int to) argument
52 outputLabel= oLabel;
H A Dsub_base.cpp71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to) argument
75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to);

Completed in 433 milliseconds