Home
last modified time | relevance | path

Searched refs:findLabel (Results 1 – 4 of 4) sorted by relevance

/external/srec/tools/grxmlcompile/
Dnetw_dump.cpp213 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) { in WriteHMMGraphFile()
225 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) { in WriteHMMGraphFile()
245 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) { in WriteHMMGraphFile()
287 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) { in WritePhonemeGraphFile()
299 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) { in WritePhonemeGraphFile()
322 if (!p_Doc.findLabel( -arc[loc]->inputLabel, inLabel ) ) { in WritePhonemeGraphFile()
348 if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) { in PrintWithLabels()
Dgrxmldoc.h71 bool findLabel(int i, std::string &s );
Dsub_phon.cpp56 doc.findLabel(wordId, word ); in ExpandPhonemes()
Dgrxmldoc.cpp888 bool GRXMLDoc::findLabel(int i, std::string &s ) in findLabel() function in GRXMLDoc