Home
last modified time | relevance | path

Searched refs:LookAheadMatchType (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-filter.h38 MatchType LookAheadMatchType(const M1 &m1, const M2 &m2) { in LookAheadMatchType() function
61 MatchType LookAheadMatchType(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { in LookAheadMatchType() function
64 return LookAheadMatchType(matcher1, matcher2); in LookAheadMatchType()
215 LookAheadMatchType(*filter_.GetMatcher1(), in LookAheadComposeFilter()
Dcompose.h591 switch (LookAheadMatchType(fst1, fst2)) { // Check for lookahead matchers in CreateBase()