Home
last modified time | relevance | path

Searched refs:arcOne (Results 1 – 2 of 2) sorted by relevance

/external/srec/tools/grxmlcompile/
Dsub_phon.cpp36 NUANArc *arcOne; in ExpandPhonemes() local
60 arcOne= CreateArc (NONE_LABEL, NONE_LABEL, arc[ii]->GetFromId(), newId); in ExpandPhonemes()
61 arcOne->AssignCentre (NONE_LABEL); in ExpandPhonemes()
64 arcOne= CreateArc (-wordId, wordId, newId, nextId); in ExpandPhonemes()
65 arcOne->AssignCentre (NONE_LABEL); in ExpandPhonemes()
67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId()); in ExpandPhonemes()
68 arcOne->AssignCentre (NONE_LABEL); in ExpandPhonemes()
83 arcOne= CreateArc (phoneId, NONE_LABEL, currId, newId); in ExpandPhonemes()
85 arcOne->AssignCentre (silenceId); in ExpandPhonemes()
87 arcOne->AssignCentre (phoneId); in ExpandPhonemes()
[all …]
Dsub_min.cpp360 NUANArc *arcOne; in MergeVertices() local
387 arcOne= InheritArc (arc[forwardList[fix]], newId); in MergeVertices()
388 arcOne->AssignToId (newId); in MergeVertices()