Home
last modified time | relevance | path

Searched refs:toMatcher (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/i18n/
Dquant.cpp56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()
101 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern()
126 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
134 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
Dquant.h40 virtual UnicodeMatcher* toMatcher() const;
Dstrmatch.h86 virtual UnicodeMatcher* toMatcher() const;
Drbt_data.cpp105 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
Dstrmatch.cpp67 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
Drbt_pars.cpp232 return f != NULL && f->toMatcher() != NULL; in isMatcher()
/external/icu4c/common/
Dunifunct.cpp16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
Dunifilt.cpp29 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
/external/icu4c/common/unicode/
Dunifunct.h61 virtual UnicodeMatcher* toMatcher() const;
Dunifilt.h82 virtual UnicodeMatcher* toMatcher() const;
/external/icu4c/test/intltest/
Dtransapi.cpp975 if (myClass.toMatcher() != NULL) { in TestUnicodeFunctor()