Searched refs:matchesIndexValue (Results 1 - 20 of 20) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeMatcher.java127 public abstract boolean matchesIndexValue(int v); method in interface:UnicodeMatcher
H A DQuantifier.java97 public boolean matchesIndexValue(int v) { method in class:Quantifier
98 return (minCount == 0) || matcher.matchesIndexValue(v);
H A DUnicodeSet.java864 public boolean matchesIndexValue(int v) { method in class:UnicodeSet
/external/icu/icu4c/source/common/unicode/
H A Dunimatch.h150 virtual UBool matchesIndexValue(uint8_t v) const = 0;
H A Duniset.h1475 virtual UBool matchesIndexValue(uint8_t v) const;
/external/icu/icu4c/source/i18n/
H A Dquant.h89 virtual UBool matchesIndexValue(uint8_t v) const;
H A Dquant.cpp125 UBool Quantifier::matchesIndexValue(uint8_t v) const { function in class:Quantifier
126 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v);
H A Drbt_rule.h241 UBool matchesIndexValue(uint8_t v) const;
H A Dstrmatch.h141 virtual UBool matchesIndexValue(uint8_t v) const;
H A Dstrmatch.cpp190 UBool StringMatcher::matchesIndexValue(uint8_t v) const { function in class:StringMatcher
196 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v);
H A Drbt_rule.cpp239 UBool TransliterationRule::matchesIndexValue(uint8_t v) const { function in class:TransliterationRule
243 return (m != NULL) ? m->matchesIndexValue(v) : TRUE;
H A Drbt_set.cpp322 // matchesIndexValue check. In practice this happens
325 if (r->matchesIndexValue((uint8_t)x)) {
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringMatcher.java203 public boolean matchesIndexValue(int v) { method in class:StringMatcher
209 return (m == null) ? ((c & 0xFF) == v) : m.matchesIndexValue(v);
H A DTransliterationRuleSet.java128 // matchesIndexValue check. In practice this happens
131 if (r.matchesIndexValue(x)) {
H A DTransliterationRule.java257 final boolean matchesIndexValue(int v) { method in class:TransliterationRule
261 return (m != null) ? m.matchesIndexValue(v) : true;
/external/icu/icu4c/source/test/intltest/
H A Dtransapi.cpp725 virtual UBool matchesIndexValue(uint8_t /*v*/) const { function in class:TestFilter1
746 virtual UBool matchesIndexValue(uint8_t /*v*/) const { function in class:TestFilter2
767 virtual UBool matchesIndexValue(uint8_t /*v*/) const { function in class:TestFilter3
H A Dtranstst.cpp668 virtual UBool matchesIndexValue(uint8_t /*v*/) const { function in class:TestFilter
/external/icu/icu4c/source/common/
H A Duniset.cpp583 UBool UnicodeSet::matchesIndexValue(uint8_t v) const { function in class:UnicodeSet
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java506 public boolean matchesIndexValue(int v) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 391 milliseconds