Searched defs:toMatcher (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dunifunct.cpp16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { function in class:UnicodeFunctor
H A Dunifilt.cpp29 UnicodeMatcher* UnicodeFilter::toMatcher() const { function in class:UnicodeFilter
/external/icu/icu4c/source/common/
H A Dunifunct.cpp16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { function in class:UnicodeFunctor
H A Dunifilt.cpp29 UnicodeMatcher* UnicodeFilter::toMatcher() const { function in class:UnicodeFilter
/external/chromium_org/third_party/icu/source/i18n/
H A Dquant.cpp56 UnicodeMatcher* Quantifier::toMatcher() const { function in class:Quantifier
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
101 matcher->toMatcher()->toPattern(result, escapeUnprintable);
126 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v);
134 matcher->toMatcher()->addMatchSetTo(toUnionTo);
H A Dstrmatch.cpp67 UnicodeMatcher* StringMatcher::toMatcher() const { function in class:StringMatcher
/external/icu/icu4c/source/i18n/
H A Dquant.cpp56 UnicodeMatcher* Quantifier::toMatcher() const { function in class:Quantifier
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
101 matcher->toMatcher()->toPattern(result, escapeUnprintable);
126 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v);
134 matcher->toMatcher()->addMatchSetTo(toUnionTo);
H A Dstrmatch.cpp67 UnicodeMatcher* StringMatcher::toMatcher() const { function in class:StringMatcher

Completed in 132 milliseconds