Searched refs:matchesIndexValue (Results 1 – 12 of 12) sorted by relevance
122 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in Quantifier123 return (minCount == 0) || matcher->toMatcher()->matchesIndexValue(v); in matchesIndexValue()
185 UBool StringMatcher::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in StringMatcher191 return (m == 0) ? ((c & 0xFF) == v) : m->matchesIndexValue(v); in matchesIndexValue()
89 virtual UBool matchesIndexValue(uint8_t v) const;
241 UBool matchesIndexValue(uint8_t v) const;
141 virtual UBool matchesIndexValue(uint8_t v) const;
238 UBool TransliterationRule::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in TransliterationRule242 return (m != NULL) ? m->matchesIndexValue(v) : TRUE; in matchesIndexValue()
313 if (r->matchesIndexValue((uint8_t)x)) { in freeze()
150 virtual UBool matchesIndexValue(uint8_t v) const = 0;
1353 virtual UBool matchesIndexValue(uint8_t v) const;
725 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter1746 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter2767 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter3
663 virtual UBool matchesIndexValue(uint8_t /*v*/) const { in matchesIndexValue() function in TestFilter
529 UBool UnicodeSet::matchesIndexValue(uint8_t v) const { in matchesIndexValue() function in UnicodeSet