Searched refs:CLOSURE_STAR (Results 1 – 4 of 4) sorted by relevance
/external/openfst/src/include/fst/ |
D | closure.h | 61 if (closure_type == CLOSURE_STAR) { in Closure() 69 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR), in Closure() 87 ClosureFstOptions() : type(CLOSURE_STAR) {} in ClosureFstOptions()
|
D | rational.h | 40 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string enumerator 171 if (closure_type == CLOSURE_STAR) { in InitClosure() 188 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in InitClosure() 237 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in AddClosure()
|
/external/openfst/src/bin/ |
D | fstclosure.cc | 50 FLAGS_closure_plus ? fst::CLOSURE_PLUS : fst::CLOSURE_STAR; in main()
|
/external/openfst/src/test/ |
D | algo_test.h | 111 Closure(&C1, CLOSURE_STAR); in TestRational() 112 ClosureFst<Arc> C2(T1, CLOSURE_STAR); in TestRational() 262 Closure(&S, CLOSURE_STAR); in TestRational() 276 Closure(&S, CLOSURE_STAR); in TestRational() 288 ClosureFst<Arc> S(T1, CLOSURE_STAR); in TestRational() 298 ClosureFst<Arc> S(T1, CLOSURE_STAR); in TestRational() 941 Closure(&S, CLOSURE_STAR); in TestRational() 954 ClosureFst<Arc> S(A1, CLOSURE_STAR); in TestRational()
|