Searched refs:UnicodeMatcher (Results 1 – 18 of 18) sorted by relevance
40 UnicodeMatcher(o), in StringMatcher()67 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher()69 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()98 UnicodeMatcher* subm = data->lookupMatcher(keyChar); in matches()129 UnicodeMatcher* subm = data->lookupMatcher(keyChar); in matches()170 const UnicodeMatcher* m = data->lookupMatcher(keyChar); in toPattern()195 const UnicodeMatcher *m = data->lookupMatcher(c); in matchesIndexValue()206 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addMatchSetTo()
34 UnicodeMatcher(o), in Quantifier()56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher()58 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()
25 class UnicodeMatcher; variable132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
22 class Quantifier : public UnicodeFunctor, public UnicodeMatcher {40 virtual UnicodeMatcher* toMatcher() const;
42 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer {86 virtual UnicodeMatcher* toMatcher() const;
102 UnicodeMatcher*
242 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue()536 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addSourceSetTo()
21 UnicodeMatcher::~UnicodeMatcher() {} in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION()29 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher()
25 class UnicodeMatcher; variable227 const UnicodeMatcher* matcher,
16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher()
399 const UnicodeMatcher* matcher, in appendToRule()
23 class UnicodeMatcher; variable61 virtual UnicodeMatcher* toMatcher() const;
59 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher {82 virtual UnicodeMatcher* toMatcher() const;
68 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class …75 virtual ~UnicodeMatcher();
1447 #define UnicodeMatcher UnicodeMatcher_3_2 macro