Home
last modified time | relevance | path

Searched defs:matchesIndexValue (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeMatcher.java129 public abstract boolean matchesIndexValue(int v); in matchesIndexValue() method
DQuantifier.java99 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in Quantifier
DUnicodeSet.java870 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in UnicodeSet
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeMatcher.java122 public abstract boolean matchesIndexValue(int v); in matchesIndexValue() method
DQuantifier.java100 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in Quantifier
DStringMatcher.java209 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in StringMatcher
DTransliterationRule.java260 final boolean matchesIndexValue(int v) { in matchesIndexValue() method in TransliterationRule
DUnicodeSet.java845 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in UnicodeSet
/external/icu/icu4c/source/i18n/
Dquant.cpp127 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier
Dstrmatch.cpp192 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher
Drbt_rule.cpp241 UBool TransliterationRule::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in TransliterationRule
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DStringMatcher.java208 public boolean matchesIndexValue(int v) { in matchesIndexValue() method in StringMatcher
DTransliterationRule.java259 final boolean matchesIndexValue(int v) { in matchesIndexValue() method in TransliterationRule
/external/icu/icu4c/source/test/intltest/
Dtransapi.cpp728 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter1
749 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter2
770 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter3
Dtranstst.cpp670 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter
/external/icu/icu4c/source/common/
Duniset.cpp585 UBool UnicodeSet::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in UnicodeSet