Searched refs:NUANArc (Results 1 - 6 of 6) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_base.cpp35 arc= new NUANArc * [BLKSIZE];
60 arc= new NUANArc * [BLKSIZE];
63 NUANArc **new_arc= new NUANArc * [numArc+BLKSIZE];
71 NUANArc *SubGraph::CreateArc (int iLabel, int oLabel, int from, int to)
75 NUANArc *arc_one= new NUANArc (iLabel, oLabel, from, to);
81 NUANArc *SubGraph::InheritArc (NUANArc *arcBase, int id)
84 NUANArc *arc_on
[all...]
H A Dnetw_arc.h29 class NUANArc class
37 NUANArc (int iLabel, int oLabel) function in class:NUANArc
49 NUANArc (int iLabel, int oLabel, int from, int to) function in class:NUANArc
63 NUANArc (NUANArc *arcsrc) function in class:NUANArc
77 NUANArc (NUANArc *arcsrc, int offset, int startId, int newStartId, int endId, int newEndId) function in class:NUANArc
172 int Compare (NUANArc *test)
194 int CompareSymbol (NUANArc *test)
208 int CompareReverse (NUANArc *tes
[all...]
H A Dsub_grph.h209 NUANArc *CreateArc (int iLabel, int oLabel, int from, int to);
210 NUANArc *InheritArc (NUANArc *arcBase, int id);
211 NUANArc *InheritReverseArc (NUANArc *arcBase, int id);
212 NUANArc *CreateCopyWithOutput (NUANArc *arcBase, int id);
213 NUANArc *InheritReverseArcWithTag (NUANArc *arcBase, int id, int tagId);
215 NUANArc **ar
[all...]
H A Dsub_phon.cpp36 NUANArc *arcOne;
160 NUANArc *arcOne;
212 NUANArc *arcOne;
419 NUANArc *arcOne;
441 NUANArc *arcOne;
H A Dnetw_dump.cpp366 void NUANArc::Dump(GRXMLDoc &p_Doc )
H A Dsub_min.cpp360 NUANArc *arcOne;

Completed in 95 milliseconds