/external/chromium/third_party/icu/source/i18n/ |
D | quant.cpp | 56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier 68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 98 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern() 123 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue() 131 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
|
D | quant.h | 40 virtual UnicodeMatcher* toMatcher() const;
|
D | strmatch.h | 86 virtual UnicodeMatcher* toMatcher() const;
|
D | rbt_data.cpp | 105 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
|
D | strmatch.cpp | 68 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
|
D | rbt_pars.cpp | 226 return f != NULL && f->toMatcher() != NULL; in isMatcher()
|
/external/icu4c/i18n/ |
D | quant.cpp | 56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier 68 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 98 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern() 123 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue() 131 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
|
D | quant.h | 40 virtual UnicodeMatcher* toMatcher() const;
|
D | strmatch.h | 86 virtual UnicodeMatcher* toMatcher() const;
|
D | rbt_data.cpp | 105 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
|
D | strmatch.cpp | 68 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
|
D | rbt_pars.cpp | 226 return f != NULL && f->toMatcher() != NULL; in isMatcher()
|
/external/chromium/third_party/icu/source/common/ |
D | unifunct.cpp | 16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
|
D | unifilt.cpp | 28 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
|
/external/icu4c/common/ |
D | unifunct.cpp | 16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
|
D | unifilt.cpp | 28 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
|
/external/icu4c/common/unicode/ |
D | unifunct.h | 61 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 82 virtual UnicodeMatcher* toMatcher() const;
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | unifunct.h | 61 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 82 virtual UnicodeMatcher* toMatcher() const;
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | transapi.cpp | 975 if (myClass.toMatcher() != NULL) { in TestUnicodeFunctor()
|
/external/icu4c/test/intltest/ |
D | transapi.cpp | 975 if (myClass.toMatcher() != NULL) { in TestUnicodeFunctor()
|