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

/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/icu/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.cpp669 virtual UBool matchesIndexValue(uint8_t /*v*/) const { function in class:TestFilter
/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/chromium_org/third_party/icu/source/common/
H A Duniset.cpp583 UBool UnicodeSet::matchesIndexValue(uint8_t v) const { function in class:UnicodeSet
/external/icu/icu4c/source/common/
H A Duniset.cpp583 UBool UnicodeSet::matchesIndexValue(uint8_t v) const { function in class:UnicodeSet
/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 4111 milliseconds