/third_party/icu/icu4c/source/i18n/ |
D | quant.cpp | 58 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier 73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 103 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern() 128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue() 136 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
|
D | quant.h | 42 virtual UnicodeMatcher* toMatcher() const override;
|
D | strmatch.h | 88 virtual UnicodeMatcher* toMatcher() const override;
|
D | rbt_data.cpp | 107 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
|
D | strmatch.cpp | 69 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | quant.cpp | 58 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier 73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 103 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern() 128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue() 136 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
|
D | quant.h | 42 virtual UnicodeMatcher* toMatcher() const;
|
D | strmatch.h | 88 virtual UnicodeMatcher* toMatcher() const;
|
D | rbt_data.cpp | 107 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | quant.cpp | 58 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() function in Quantifier 73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 103 matcher->toMatcher()->toPattern(result, escapeUnprintable); in toPattern() 128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue() 136 matcher->toMatcher()->addMatchSetTo(toUnionTo); in addMatchSetTo()
|
D | quant.h | 42 virtual UnicodeMatcher* toMatcher() const override;
|
D | strmatch.h | 88 virtual UnicodeMatcher* toMatcher() const override;
|
D | rbt_data.cpp | 107 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifunct.cpp | 18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
|
D | unifilt.cpp | 31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
|
/third_party/icu/icu4c/source/common/ |
D | unifunct.cpp | 18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
|
D | unifilt.cpp | 31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
|
/third_party/node/deps/icu-small/source/common/ |
D | unifunct.cpp | 18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
|
D | unifilt.cpp | 31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | unifunct.h | 66 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 96 virtual UnicodeMatcher* toMatcher() const;
|
/third_party/icu/icu4c/source/common/unicode/ |
D | unifunct.h | 66 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 96 virtual UnicodeMatcher* toMatcher() const override;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | unifunct.h | 66 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 96 virtual UnicodeMatcher* toMatcher() const override;
|