Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-matcher.h99 const uint32 kInputLookAheadMatcher = 0x00000010; variable
214 return matcher_.Flags() | kInputLookAheadMatcher | kOutputLookAheadMatcher; in Flags()
298 return matcher_.Flags() | kInputLookAheadMatcher | in Flags()
445 if (!(F & (kInputLookAheadMatcher | kOutputLookAheadMatcher))) { in matcher_()
453 } else if ((reach_input && (F & kInputLookAheadMatcher)) || in matcher_()
511 return matcher_.Flags() | F | kInputLookAheadMatcher; in Flags()
796 (kInputLookAheadMatcher | kOutputLookAheadMatcher); in LookAheadCheck()
Dlookahead-filter.h45 m2.Flags() & kInputLookAheadMatcher) in LookAheadMatchType()
50 else if (m2.Flags() & kInputLookAheadMatcher && in LookAheadMatchType()
Dmatcher-fst.h322 static const uint32 ilabel_lookahead_flags = kInputLookAheadMatcher |
/external/openfst/src/include/fst/script/
Dinfo-impl.h166 input_lookahead_ = imatcher.Flags() & kInputLookAheadMatcher;