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

  /external/openfst/src/include/fst/
lookahead-filter.h 38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) {
61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
64 return LookAheadMatchType(matcher1, matcher2);
192 // LookAheadMatchType() based on their capability.
215 LookAheadMatchType(*filter_.GetMatcher1(),
compose.h 591 switch (LookAheadMatchType(fst1, fst2)) { // Check for lookahead matchers

Completed in 466 milliseconds