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

/external/openfst/src/bin/
H A Dfstclosure.cc50 FLAGS_closure_plus ? fst::CLOSURE_PLUS : fst::CLOSURE_STAR;
/external/openfst/src/include/fst/
H A Dclosure.h38 // etc. If closure_type == CLOSURE_STAR, then the empty string is
61 if (closure_type == CLOSURE_STAR) {
69 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
87 ClosureFstOptions() : type(CLOSURE_STAR) {}
95 // closure_type == CLOSURE_STAR, then The empty string is transduced
H A Drational.h40 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string enumerator in enum:fst::ClosureType
171 if (closure_type == CLOSURE_STAR) {
188 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
237 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h31 // etc. If closure_type == CLOSURE_STAR, then the empty string is
54 if (closure_type == CLOSURE_STAR) {
61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR),
79 ClosureFstOptions() : type(CLOSURE_STAR) {}
87 // closure_type == CLOSURE_STAR, then The empty string is transduced
H A Drational.h33 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string enumerator in enum:fst::ClosureType
112 if (closure_type == CLOSURE_STAR) {
131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true),
/external/openfst/src/test/
H A Dalgo_test.h111 Closure(&C1, CLOSURE_STAR);
112 ClosureFst<Arc> C2(T1, CLOSURE_STAR);
262 Closure(&S, CLOSURE_STAR);
276 Closure(&S, CLOSURE_STAR);
288 ClosureFst<Arc> S(T1, CLOSURE_STAR);
298 ClosureFst<Arc> S(T1, CLOSURE_STAR);
941 Closure(&S, CLOSURE_STAR);
954 ClosureFst<Arc> S(A1, CLOSURE_STAR);

Completed in 157 milliseconds