HomeSort by relevance Sort by last modified time
    Searched refs:NUANArc (Results 1 - 6 of 6) sorted by null

  /external/srec/tools/grxmlcompile/
sub_base.cpp 35 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_one= new NUANArc (arcBase)
    [all...]
netw_arc.h 29 class NUANArc
37 NUANArc (int iLabel, int oLabel)
49 NUANArc (int iLabel, int oLabel, int from, int to)
63 NUANArc (NUANArc *arcsrc)
77 NUANArc (NUANArc *arcsrc, int offset, int startId, int newStartId, int endId, int newEndId)
172 int Compare (NUANArc *test)
194 int CompareSymbol (NUANArc *test)
208 int CompareReverse (NUANArc *test
    [all...]
sub_grph.h 209 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 **arc
    [all...]
sub_phon.cpp 36 NUANArc *arcOne;
160 NUANArc *arcOne;
212 NUANArc *arcOne;
419 NUANArc *arcOne;
441 NUANArc *arcOne;
netw_dump.cpp 366 void NUANArc::Dump(GRXMLDoc &p_Doc )
sub_min.cpp 360 NUANArc *arcOne;

Completed in 40 milliseconds