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

  /external/openfst/src/include/fst/
matcher-fst.h 278 bool LookAheadLabel(Label label) const {
279 return matcher_->LookAheadLabel(label);
lookahead-matcher.h 62 // bool LookAheadLabel(Label label) const;
146 bool LookAheadLabel(Label label) const { return LookAheadLabel_(label); }
218 bool LookAheadLabel(Label label) const { return true; }
234 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); }
306 bool LookAheadLabel(Label label) const { return matcher_.Find(label); }
326 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); }
524 bool LookAheadLabel(Label label) const {
567 bool LookAheadLabel_(Label l) const { return LookAheadLabel(l); }
750 bool LookAheadLabel(Label label) const {
753 return lbase->LookAheadLabel(label)
    [all...]

Completed in 141 milliseconds