Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dquant.cpp122 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier
123 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
Dstrmatch.cpp185 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher
191 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
Dquant.h89 virtual UBool matchesIndexValue(uint8_t v) const;
Drbt_rule.h241 UBool matchesIndexValue(uint8_t v) const;
Dstrmatch.h141 virtual UBool matchesIndexValue(uint8_t v) const;
Drbt_rule.cpp238 UBool TransliterationRule::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in TransliterationRule
242 return (m != NULL) ? m->matchesIndexValue(v) : TRUE; in matchesIndexValue()
Drbt_set.cpp313 if (r->matchesIndexValue((uint8_t)x)) { in freeze()
/external/icu4c/common/unicode/
Dunimatch.h150 virtual UBool matchesIndexValue(uint8_t v) const = 0;
Duniset.h1353 virtual UBool matchesIndexValue(uint8_t v) const;
/external/icu4c/test/intltest/
Dtransapi.cpp725 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter1
746 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter2
767 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter3
Dtranstst.cpp663 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter
/external/icu4c/common/
Duniset.cpp529 UBool UnicodeSet::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in UnicodeSet