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

  /external/chromium_org/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 29 UnicodeMatcher* UnicodeFilter::toMatcher() const {
  /external/chromium_org/third_party/icu/source/common/unicode/
unifunct.h 61 virtual UnicodeMatcher* toMatcher() const;
unifilt.h 82 virtual UnicodeMatcher* toMatcher() const;
  /external/icu4c/common/unicode/
unifunct.h 61 virtual UnicodeMatcher* toMatcher() const;
unifilt.h 82 virtual UnicodeMatcher* toMatcher() const;
  /external/chromium_org/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);
quant.h 40 virtual UnicodeMatcher* toMatcher() const;
strmatch.h 86 virtual UnicodeMatcher* toMatcher() const;
rbt_data.cpp 105 return (f != 0) ? f->toMatcher() : 0;
strmatch.cpp 68 UnicodeMatcher* StringMatcher::toMatcher() const {
rbt_pars.cpp 226 return f != NULL && f->toMatcher() != NULL;
    [all...]
  /external/icu4c/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);
quant.h 40 virtual UnicodeMatcher* toMatcher() const;
strmatch.h 86 virtual UnicodeMatcher* toMatcher() const;
rbt_data.cpp 105 return (f != 0) ? f->toMatcher() : 0;
strmatch.cpp 67 UnicodeMatcher* StringMatcher::toMatcher() const {
rbt_pars.cpp 232 return f != NULL && f->toMatcher() != NULL;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
transapi.cpp     [all...]
  /external/icu4c/test/intltest/
transapi.cpp     [all...]

Completed in 1326 milliseconds