HomeSort by relevance Sort by last modified time
    Searched defs:toMatcher (Results 1 - 4 of 4) 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/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);
strmatch.cpp 69 UnicodeMatcher* StringMatcher::toMatcher() const {

Completed in 53 milliseconds