Searched refs:findLabel (Results 1 – 4 of 4) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | netw_dump.cpp | 213 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()
|
D | grxmldoc.h | 71 bool findLabel(int i, std::string &s );
|
D | sub_phon.cpp | 56 doc.findLabel(wordId, word ); in ExpandPhonemes()
|
D | grxmldoc.cpp | 888 bool GRXMLDoc::findLabel(int i, std::string &s ) in findLabel() function in GRXMLDoc
|