HomeSort by relevance Sort by last modified time
    Searched refs:toMatcher (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4c/source/common/
unifunct.cpp 18 UnicodeMatcher* UnicodeFunctor::toMatcher() const {
unifilt.cpp 31 UnicodeMatcher* UnicodeFilter::toMatcher() const {
  /external/icu/icu4c/source/common/unicode/
unifunct.h 63 virtual UnicodeMatcher* toMatcher() const;
unifilt.h 84 virtual UnicodeMatcher* toMatcher() const;
  /external/icu/icu4c/source/i18n/
quant.cpp 58 UnicodeMatcher* Quantifier::toMatcher() const {
73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
103 matcher->toMatcher()->toPattern(result, escapeUnprintable);
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v);
136 matcher->toMatcher()->addMatchSetTo(toUnionTo);
quant.h 42 virtual UnicodeMatcher* toMatcher() const;
strmatch.h 88 virtual UnicodeMatcher* toMatcher() const;
rbt_data.cpp 107 return (f != 0) ? f->toMatcher() : 0;
strmatch.cpp 69 UnicodeMatcher* StringMatcher::toMatcher() const {
rbt_pars.cpp 234 return f != NULL && f->toMatcher() != NULL;
    [all...]
  /external/icu/icu4c/source/test/intltest/
transapi.cpp     [all...]

Completed in 295 milliseconds