Home
last modified time | relevance | path

Searched refs:CLOSURE_PLUS (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/bin/
Dfstclosure.cc50 FLAGS_closure_plus ? fst::CLOSURE_PLUS : fst::CLOSURE_STAR; in main()
/external/openfst/src/test/
Dalgo_test.h119 Closure(&C1, CLOSURE_PLUS); in TestRational()
120 ClosureFst<Arc> C2(T1, CLOSURE_PLUS); in TestRational()
267 Closure(&P, CLOSURE_PLUS); in TestRational()
281 Closure(&P, CLOSURE_PLUS); in TestRational()
291 ClosureFst<Arc> P(T1, CLOSURE_PLUS); in TestRational()
301 ClosureFst<Arc> P(T1, CLOSURE_PLUS); in TestRational()
/external/openfst/src/include/fst/
Drational.h41 CLOSURE_PLUS = 1 }; // T+ -> don't add the empty string enumerator