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

/macosx-10.9.5/ICU-511.35/icuSources/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
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dunifunct.h61 virtual UnicodeMatcher* toMatcher() const;
H A Dunifilt.h82 virtual UnicodeMatcher* toMatcher() const;
/macosx-10.9.5/ICU-511.35/icuSources/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;
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtransapi.cpp975 if (myClass.toMatcher() != NULL) {
976 errln("FAIL: UnicodeFunctor::toMatcher did not return NULL");

Completed in 120 milliseconds