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

/external/icu/icu4c/source/common/
H A Dunifunct.cpp18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { function in class:UnicodeFunctor
H A Dunifilt.cpp31 UnicodeMatcher* UnicodeFilter::toMatcher() const { function in class:UnicodeFilter
/external/icu/icu4c/source/i18n/
H A Dquant.cpp58 UnicodeMatcher* Quantifier::toMatcher() const { function in class:Quantifier
73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
103 matcher->toMatcher()->toPattern(result, escapeUnprintable);
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v);
136 matcher->toMatcher()->addMatchSetTo(toUnionTo);
H A Dstrmatch.cpp69 UnicodeMatcher* StringMatcher::toMatcher() const { function in class:StringMatcher

Completed in 147 milliseconds