Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/i18n/
Dquant.cpp56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier
68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()
98 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern()
123 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
131 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.cpp68 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
Drbt_pars.cpp226 return f != NULL && f->toMatcher() != NULL; in isMatcher()
/external/icu4c/i18n/
Dquant.cpp56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier
68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches()
98 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern()
123 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
131 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.cpp68 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
Drbt_pars.cpp226 return f != NULL && f->toMatcher() != NULL; in isMatcher()
/external/chromium/third_party/icu/source/common/
Dunifunct.cpp16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
Dunifilt.cpp28 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
/external/icu4c/common/
Dunifunct.cpp16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
Dunifilt.cpp28 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/chromium/third_party/icu/public/common/unicode/
Dunifunct.h61 virtual UnicodeMatcher* toMatcher() const;
Dunifilt.h82 virtual UnicodeMatcher* toMatcher() const;
/external/chromium/third_party/icu/source/test/intltest/
Dtransapi.cpp975 if (myClass.toMatcher() != NULL) { in TestUnicodeFunctor()
/external/icu4c/test/intltest/
Dtransapi.cpp975 if (myClass.toMatcher() != NULL) { in TestUnicodeFunctor()