Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dclosure.h54 if (closure_type == CLOSURE_STAR) { in Closure()
61 fst->SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR), in Closure()
79 ClosureFstOptions() : type(CLOSURE_STAR) {} in ClosureFstOptions()
Drational.h33 enum ClosureType { CLOSURE_STAR = 0, // T* -> add the empty string enumerator
112 if (closure_type == CLOSURE_STAR) { in InitClosure()
131 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in InitClosure()
172 SetProperties(ClosureProperties(props, closure_type == CLOSURE_STAR, true), in AddClosure()