Home
last modified time | relevance | path

Searched refs:CLOSURE_STAR (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
Dclosure.h61 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()
Drational.h40 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/
Dfstclosure.cc50 FLAGS_closure_plus ? fst::CLOSURE_PLUS : fst::CLOSURE_STAR; in main()
/external/openfst/src/test/
Dalgo_test.h111 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()