/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Quantifier.java | 99 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in Quantifier 100 return (minCount == 0) || matcher.matchesIndexValue(v); in matchesIndexValue()
|
D | UnicodeMatcher.java | 129 public abstract boolean matchesIndexValue(int v); in matchesIndexValue() method
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Quantifier.java | 100 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in Quantifier 101 return (minCount == 0) || matcher.matchesIndexValue(v); in matchesIndexValue()
|
D | StringMatcher.java | 209 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in StringMatcher 215 return (m == null) ? ((c & 0xFF) == v) : m.matchesIndexValue(v); in matchesIndexValue()
|
D | UnicodeMatcher.java | 122 public abstract boolean matchesIndexValue(int v); in matchesIndexValue() method
|
/third_party/node/deps/icu-small/source/i18n/ |
D | quant.cpp | 127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier 128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
|
D | strmatch.cpp | 192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher 198 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
|
D | quant.h | 91 virtual UBool matchesIndexValue(uint8_t v) const override;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | quant.cpp | 127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier 128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
|
D | strmatch.cpp | 192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher 198 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
|
D | quant.h | 91 virtual UBool matchesIndexValue(uint8_t v) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | quant.cpp | 127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier 128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
|
D | strmatch.cpp | 192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher 198 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
|
D | quant.h | 91 virtual UBool matchesIndexValue(uint8_t v) const;
|
D | strmatch.h | 143 virtual UBool matchesIndexValue(uint8_t v) const;
|
/third_party/icu/icu4c/source/i18n/ |
D | quant.cpp | 127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier 128 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
|
D | strmatch.cpp | 192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher 198 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
|
D | quant.h | 91 virtual UBool matchesIndexValue(uint8_t v) const;
|
D | strmatch.h | 143 virtual UBool matchesIndexValue(uint8_t v) const;
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
D | StringMatcher.java | 208 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in StringMatcher 214 return (m == null) ? ((c & 0xFF) == v) : m.matchesIndexValue(v); in matchesIndexValue()
|
D | TransliterationRule.java | 259 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/ |
D | unimatch.h | 152 virtual UBool matchesIndexValue(uint8_t v) const = 0;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | unimatch.h | 153 virtual UBool matchesIndexValue(uint8_t v) const = 0;
|
/third_party/icu/icu4c/source/common/unicode/ |
D | unimatch.h | 153 virtual UBool matchesIndexValue(uint8_t v) const = 0;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | unimatch.h | 153 virtual UBool matchesIndexValue(uint8_t v) const = 0;
|