Home
last modified time | relevance | path

Searched refs:kOutputLookAheadMatcher (Results 1 – 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-matcher.h102 const uint32 kOutputLookAheadMatcher = 0x00000020; variable
214 return matcher_.Flags() | kInputLookAheadMatcher | kOutputLookAheadMatcher; in Flags()
299 kOutputLookAheadMatcher | F; in Flags()
445 if (!(F & (kInputLookAheadMatcher | kOutputLookAheadMatcher))) { in matcher_()
454 (!reach_input && (F & kOutputLookAheadMatcher))) { in matcher_()
513 return matcher_.Flags() | F | kOutputLookAheadMatcher; in Flags()
796 (kInputLookAheadMatcher | kOutputLookAheadMatcher); in LookAheadCheck()
Dlookahead-filter.h42 m1.Flags() & kOutputLookAheadMatcher) in LookAheadMatchType()
47 else if (m1.Flags() & kOutputLookAheadMatcher && in LookAheadMatchType()
Dmatcher-fst.h325 static const uint32 olabel_lookahead_flags = kOutputLookAheadMatcher |
/external/openfst/src/include/fst/script/
Dinfo-impl.h170 output_lookahead_ = omatcher.Flags() & kOutputLookAheadMatcher;