Home
last modified time | relevance | path

Searched refs:toMatcher (Results 1 – 25 of 31) sorted by relevance

12

/third_party/icu/icu4c/source/i18n/
Dquant.cpp58 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()
Dquant.h42 virtual UnicodeMatcher* toMatcher() const override;
Dstrmatch.h88 virtual UnicodeMatcher* toMatcher() const override;
Drbt_data.cpp107 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
Dstrmatch.cpp69 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() function in StringMatcher
/third_party/skia/third_party/externals/icu/source/i18n/
Dquant.cpp58 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()
Dquant.h42 virtual UnicodeMatcher* toMatcher() const;
Dstrmatch.h88 virtual UnicodeMatcher* toMatcher() const;
Drbt_data.cpp107 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
/third_party/node/deps/icu-small/source/i18n/
Dquant.cpp58 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()
Dquant.h42 virtual UnicodeMatcher* toMatcher() const override;
Dstrmatch.h88 virtual UnicodeMatcher* toMatcher() const override;
Drbt_data.cpp107 return (f != 0) ? f->toMatcher() : 0; in lookupMatcher()
/third_party/skia/third_party/externals/icu/source/common/
Dunifunct.cpp18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
Dunifilt.cpp31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
/third_party/icu/icu4c/source/common/
Dunifunct.cpp18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
Dunifilt.cpp31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
/third_party/node/deps/icu-small/source/common/
Dunifunct.cpp18 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher() function in UnicodeFunctor
Dunifilt.cpp31 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() function in UnicodeFilter
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunifunct.h66 virtual UnicodeMatcher* toMatcher() const;
Dunifilt.h96 virtual UnicodeMatcher* toMatcher() const;
/third_party/icu/icu4c/source/common/unicode/
Dunifunct.h66 virtual UnicodeMatcher* toMatcher() const;
Dunifilt.h96 virtual UnicodeMatcher* toMatcher() const override;
/third_party/node/deps/icu-small/source/common/unicode/
Dunifunct.h66 virtual UnicodeMatcher* toMatcher() const;
Dunifilt.h96 virtual UnicodeMatcher* toMatcher() const override;

12