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

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

Completed in 849 milliseconds