Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dquant.cpp58 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier
73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()
103 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern()
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
136 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
Dquant.h42 virtual UnicodeMatcher* toMatcher() const;
Dstrmatch.h88 virtual UnicodeMatcher* toMatcher() const;
Drbt_data.cpp107 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
Dstrmatch.cpp69 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
Drbt_pars.cpp234 return f != NULL && f->toMatcher() != NULL; in isMatcher()
/external/icu/icu4c/source/common/
Dunifunct.cpp18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
Dunifilt.cpp31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
/external/icu/icu4c/source/common/unicode/
Dunifunct.h63 virtual UnicodeMatcher* toMatcher() const;
Dunifilt.h84 virtual UnicodeMatcher* toMatcher() const;
/external/icu/icu4c/source/test/intltest/
Dtransapi.cpp978 if (myClass.toMatcher() != NULL) { in TestUnicodeFunctor()