OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CLOSURE_STAR
(Results
1 - 6
of
6
) sorted by null
/external/openfst/src/include/fst/
closure.h
38
// 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
rational.h
40
enum ClosureType {
CLOSURE_STAR
= 0, // T* -> add the empty string
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/
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),
/external/openfst/src/bin/
fstclosure.cc
50
FLAGS_closure_plus ? fst::CLOSURE_PLUS : fst::
CLOSURE_STAR
;
/external/openfst/src/test/
algo_test.h
111
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
);
[
all
...]
Completed in 57 milliseconds