Home | History | Annotate | Download | only in test

Lines Matching refs:U4

132       VectorFst<Arc> U4(T1);
133 Union(&U4, U3);
135 CHECK(Equiv(U1, U4));
144 UnionFst<Arc> U4(T1, U3);
146 CHECK(Equiv(U2, U4));
156 UnionFst<Arc> U4(T1, U3);
158 CHECK(Equiv(U1, U4));