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

/external/icu4c/common/
H A Dunifunct.cpp16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { function in class:UnicodeFunctor
H A Dunifilt.cpp28 UnicodeMatcher* UnicodeFilter::toMatcher() const { function in class:UnicodeFilter
/external/icu4c/i18n/
H A Dquant.cpp56 UnicodeMatcher* Quantifier::toMatcher() const { function in class:Quantifier
68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
98 matcher->toMatcher()->toPattern(result, escapeUnprintable);
123 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v);
131 matcher->toMatcher()->addMatchSetTo(toUnionTo);
H A Dstrmatch.cpp68 UnicodeMatcher* StringMatcher::toMatcher() const { function in class:StringMatcher

Completed in 30 milliseconds