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

  /external/openfst/src/include/fst/
matcher-fst.h 288 bool LookAheadPrefix(Arc *arc) const {
289 return matcher_->LookAheadPrefix(arc);
lookahead-matcher.h 85 // bool LookAheadPrefix(Arc *arc);
108 // A non-trivial implementation of LookAheadPrefix() method defined and
154 bool LookAheadPrefix(Arc *arc) const {
221 bool LookAheadPrefix(Arc *arc) const { return false; }
241 bool LookAheadPrefix_(Arc *arc) const { return LookAheadPrefix(arc); }
776 bool LookAheadPrefix(Arc *arc) const {
779 return lbase->LookAheadPrefix(arc);

Completed in 44 milliseconds