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

  /external/openfst/src/include/fst/
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); }
749 bool LookAheadLabel(Label label) const {
752 return lbase->LookAheadLabel(label)
    [all...]
matcher-fst.h 278 bool LookAheadLabel(Label label) const {
279 return matcher_->LookAheadLabel(label);
lookahead-filter.h 561 if (Selector().GetMatcher()->LookAheadLabel(flabel))

Completed in 156 milliseconds