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 16 UnicodeMatcher* UnicodeFunctor::toMatcher() const {
unifilt.cpp 29 UnicodeMatcher* UnicodeFilter::toMatcher() const {
  /external/icu/icu4c/source/i18n/
quant.cpp 56 UnicodeMatcher* Quantifier::toMatcher() const {
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);
strmatch.cpp 67 UnicodeMatcher* StringMatcher::toMatcher() const {

Completed in 102 milliseconds