Searched defs:kInputLookAheadMatcher (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h99 const uint32 kInputLookAheadMatcher = 0x00000010; member in namespace:fst
214 return matcher_.Flags() | kInputLookAheadMatcher | kOutputLookAheadMatcher;
298 return matcher_.Flags() | kInputLookAheadMatcher |
445 if (!(F & (kInputLookAheadMatcher | kOutputLookAheadMatcher))) {
453 } else if ((reach_input && (F & kInputLookAheadMatcher)) ||
511 return matcher_.Flags() | F | kInputLookAheadMatcher;
796 (kInputLookAheadMatcher | kOutputLookAheadMatcher);

Completed in 73 milliseconds