Lines Matching refs:Quantifier
21 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(Quantifier) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() argument
23 Quantifier::Quantifier(UnicodeFunctor *adoptedMatcher, in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
32 Quantifier::Quantifier(const Quantifier& o) : in Quantifier() function in Quantifier
41 Quantifier::~Quantifier() { in ~Quantifier()
48 UnicodeFunctor* Quantifier::clone() const { in clone()
49 return new Quantifier(*this); in clone()
56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher()
57 Quantifier *nonconst_this = const_cast<Quantifier *>(this); in toMatcher()
63 UMatchDegree Quantifier::matches(const Replaceable& text, in matches()
98 UnicodeString& Quantifier::toPattern(UnicodeString& result, in toPattern()
125 UBool Quantifier::matchesIndexValue(uint8_t v) const { in matchesIndexValue()
132 void Quantifier::addMatchSetTo(UnicodeSet& toUnionTo) const { in addMatchSetTo()
141 void Quantifier::setData(const TransliterationRuleData* d) { in setData()