Searched defs:CLOSURE_STAR (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
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 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),

Completed in 81 milliseconds