HomeSort by relevance Sort by last modified time
    Searched refs:kInputLookAheadMatcher (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/include/fst/
lookahead-matcher.h 99 const uint32 kInputLookAheadMatcher = 0x00000001;
214 return matcher_.Flags() | kInputLookAheadMatcher | kOutputLookAheadMatcher;
298 return matcher_.Flags() | kInputLookAheadMatcher |
417 // It must include precisely one of KInputLookAheadMatcher or
445 if (!(F & (kInputLookAheadMatcher | kOutputLookAheadMatcher))) {
453 } else if ((reach_input && (F & kInputLookAheadMatcher)) ||
511 return matcher_.Flags() | F | kInputLookAheadMatcher;
797 (kInputLookAheadMatcher | kOutputLookAheadMatcher);
matcher-fst.h 322 static const uint32 ilabel_lookahead_flags = kInputLookAheadMatcher |
lookahead-filter.h 45 m2.Flags() & kInputLookAheadMatcher)
50 else if (m2.Flags() & kInputLookAheadMatcher &&
  /external/openfst/src/include/fst/script/
info-impl.h 166 input_lookahead_ = imatcher.Flags() & kInputLookAheadMatcher;

Completed in 206 milliseconds