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

/external/chromium_org/third_party/icu/source/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/common/
H A Dunifunct.cpp16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { function in class:UnicodeFunctor
H A Dunifilt.cpp29 UnicodeMatcher* UnicodeFilter::toMatcher() const { function in class:UnicodeFilter
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunifunct.h61 virtual UnicodeMatcher* toMatcher() const;
H A Dunifilt.h82 virtual UnicodeMatcher* toMatcher() const;
/external/icu4c/common/unicode/
H A Dunifunct.h61 virtual UnicodeMatcher* toMatcher() const;
H A Dunifilt.h82 virtual UnicodeMatcher* toMatcher() const;
/external/chromium_org/third_party/icu/source/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 Dquant.h40 virtual UnicodeMatcher* toMatcher() const;
H A Dstrmatch.h86 virtual UnicodeMatcher* toMatcher() const;
H A Drbt_data.cpp105 return (f != 0) ? f->toMatcher() : 0;
H A Dstrmatch.cpp68 UnicodeMatcher* StringMatcher::toMatcher() const { function in class:StringMatcher
H A Drbt_pars.cpp226 return f != NULL && f->toMatcher() != NULL;
/external/icu4c/i18n/
H A Dquant.cpp56 UnicodeMatcher* Quantifier::toMatcher() const { function in class:Quantifier
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
101 matcher->toMatcher()->toPattern(result, escapeUnprintable);
126 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v);
134 matcher->toMatcher()->addMatchSetTo(toUnionTo);
H A Dquant.h40 virtual UnicodeMatcher* toMatcher() const;
H A Dstrmatch.h86 virtual UnicodeMatcher* toMatcher() const;
H A Drbt_data.cpp105 return (f != 0) ? f->toMatcher() : 0;
H A Dstrmatch.cpp67 UnicodeMatcher* StringMatcher::toMatcher() const { function in class:StringMatcher
H A Drbt_pars.cpp232 return f != NULL && f->toMatcher() != NULL;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransapi.cpp975 if (myClass.toMatcher() != NULL) {
976 errln("FAIL: UnicodeFunctor::toMatcher did not return NULL");
/external/icu4c/test/intltest/
H A Dtransapi.cpp975 if (myClass.toMatcher() != NULL) {
976 errln("FAIL: UnicodeFunctor::toMatcher did not return NULL");

Completed in 517 milliseconds