OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOSURE_STAR
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
closure.h
31
// 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
rational.h
33
enum ClosureType {
CLOSURE_STAR
= 0, // T* -> add the empty string
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 48 milliseconds