Searched refs:arcCount (Results 1 – 1 of 1) sorted by relevance
/external/srec/tools/grxmlcompile/ |
D | sub_phon.cpp | 33 int ii, wordId, phoneId, currId, newId, nextId, arcCount; in ExpandPhonemes() local 52 arcCount= numArc; in ExpandPhonemes() 53 for (ii= 0; ii < arcCount; ii++) { in ExpandPhonemes() 158 int ii, currId, newId, arcCount, left, right, centre; in ExpandToHMMs() local 163 arcCount= numArc; in ExpandToHMMs() 164 for (ii= 0; ii < arcCount; ii++) { in ExpandToHMMs()
|