Searched defs:GetMatcher (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_regexes.cc25 icu::RegexMatcher* GetMatcher(const base::string16& pattern);
51 icu::RegexMatcher* AutofillRegexes::GetMatcher(const base::string16& pattern) { function in class:__anon6326::AutofillRegexes
74 AutofillRegexes::GetInstance()->GetMatcher(pattern);
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp112 Matcher *GetMatcher() const { return TheMatcher; } function in class:__anon26584::MatcherGen
1006 return Gen.GetMatcher();
/external/openfst/src/include/fst/
H A Dlookahead-filter.h109 M *GetMatcher() const { function in class:fst::LookAheadSelector
143 M2 *GetMatcher() const { return lmatcher_; } function in class:fst::LookAheadSelector
175 M1 *GetMatcher() const { return lmatcher_; } function in class:fst::LookAheadSelector
227 selector_.GetMatcher()->InitLookAheadFst(selector_.GetFst());
237 selector_.GetMatcher()->InitLookAheadFst(selector_.GetFst(), true);
304 selector_.GetMatcher()->SetState(arca->nextstate);
306 return selector_.GetMatcher()->LookAheadFst(selector_.GetFst(),
374 Selector().GetMatcher()->LookAheadWeight() : Weight::One();
560 Selector().GetMatcher()->SetState(arca->nextstate);
561 if (Selector().GetMatcher()
[all...]

Completed in 342 milliseconds