Home
last modified time | relevance | path

Searched refs:matchesIndexValue (Results 1 – 25 of 67) sorted by relevance

123

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DQuantifier.java99 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in Quantifier
100 return (minCount == 0) || matcher.matchesIndexValue(v); in matchesIndexValue()
DUnicodeMatcher.java129 public abstract boolean matchesIndexValue(int v); in matchesIndexValue() method
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DQuantifier.java100 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in Quantifier
101 return (minCount == 0) || matcher.matchesIndexValue(v); in matchesIndexValue()
DStringMatcher.java209 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in StringMatcher
215 return (m == null) ? ((c & 0xFF) == v) : m.matchesIndexValue(v); in matchesIndexValue()
DUnicodeMatcher.java122 public abstract boolean matchesIndexValue(int v); in matchesIndexValue() method
/third_party/node/deps/icu-small/source/i18n/
Dquant.cpp127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
Dstrmatch.cpp192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher
198 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
Dquant.h91 virtual UBool matchesIndexValue(uint8_t v) const override;
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dquant.cpp127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
Dstrmatch.cpp192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher
198 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
Dquant.h91 virtual UBool matchesIndexValue(uint8_t v) const;
/third_party/skia/third_party/externals/icu/source/i18n/
Dquant.cpp127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
Dstrmatch.cpp192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher
198 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
Dquant.h91 virtual UBool matchesIndexValue(uint8_t v) const;
Dstrmatch.h143 virtual UBool matchesIndexValue(uint8_t v) const;
/third_party/icu/icu4c/source/i18n/
Dquant.cpp127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier
128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
Dstrmatch.cpp192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher
198 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
Dquant.h91 virtual UBool matchesIndexValue(uint8_t v) const;
Dstrmatch.h143 virtual UBool matchesIndexValue(uint8_t v) const;
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DStringMatcher.java208 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in StringMatcher
214 return (m == null) ? ((c & 0xFF) == v) : m.matchesIndexValue(v); in matchesIndexValue()
DTransliterationRule.java259 final boolean matchesIndexValue(int v) { in matchesIndexValue() method in TransliterationRule
263 return (m != null) ? m.matchesIndexValue(v) : true; in matchesIndexValue()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dunimatch.h152 virtual UBool matchesIndexValue(uint8_t v) const = 0;
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunimatch.h153 virtual UBool matchesIndexValue(uint8_t v) const = 0;
/third_party/icu/icu4c/source/common/unicode/
Dunimatch.h153 virtual UBool matchesIndexValue(uint8_t v) const = 0;
/third_party/node/deps/icu-small/source/common/unicode/
Dunimatch.h153 virtual UBool matchesIndexValue(uint8_t v) const = 0;

123