Searched refs:UnicodeMatcher (Results 1 – 25 of 29) sorted by relevance
12
/external/icu4c/i18n/ |
D | strmatch.cpp | 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()
|
D | quant.cpp | 34 UnicodeMatcher(o), in Quantifier() 56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() 58 UnicodeMatcher *nonconst_base = static_cast<UnicodeMatcher *>(nonconst_this); in toMatcher()
|
D | rbt_data.h | 25 class UnicodeMatcher; variable 132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
|
D | quant.h | 22 class Quantifier : public UnicodeFunctor, public UnicodeMatcher { 40 virtual UnicodeMatcher* toMatcher() const;
|
D | strmatch.h | 42 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer { 86 virtual UnicodeMatcher* toMatcher() const;
|
D | rbt_data.cpp | 102 UnicodeMatcher*
|
/external/chromium_org/third_party/icu/source/common/ |
D | unifilt.cpp | 20 UnicodeMatcher::~UnicodeMatcher() {} in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION() 28 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher() 29 return (UnicodeMatcher*) this; in toMatcher()
|
D | util.h | 25 class UnicodeMatcher; variable 228 const UnicodeMatcher* matcher,
|
D | unifunct.cpp | 16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | strmatch.cpp | 41 UnicodeMatcher(o), in StringMatcher() 68 UnicodeMatcher* StringMatcher::toMatcher() const { in toMatcher() 69 return (UnicodeMatcher*) this; in toMatcher() 93 UnicodeMatcher* subm = data->lookupMatcher(keyChar); in matches() 124 UnicodeMatcher* subm = data->lookupMatcher(keyChar); in matches() 165 const UnicodeMatcher* m = data->lookupMatcher(keyChar); in toPattern() 190 const UnicodeMatcher *m = data->lookupMatcher(c); in matchesIndexValue() 201 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addMatchSetTo()
|
D | quant.cpp | 34 UnicodeMatcher(o), in Quantifier() 56 UnicodeMatcher* Quantifier::toMatcher() const { in toMatcher() 57 return (UnicodeMatcher*) this; in toMatcher()
|
D | rbt_data.h | 25 class UnicodeMatcher; variable 132 UnicodeMatcher* lookupMatcher(UChar32 standIn) const;
|
D | quant.h | 22 class Quantifier : public UnicodeFunctor, public UnicodeMatcher { 40 virtual UnicodeMatcher* toMatcher() const;
|
D | strmatch.h | 42 class StringMatcher : public UnicodeFunctor, public UnicodeMatcher, public UnicodeReplacer { 86 virtual UnicodeMatcher* toMatcher() const;
|
D | rbt_data.cpp | 102 UnicodeMatcher*
|
D | rbt_rule.cpp | 241 UnicodeMatcher *m = (key != NULL) ? key : postContext; in matchesIndexValue() 535 const UnicodeMatcher* matcher = data->lookupMatcher(ch); in addSourceSetTo()
|
/external/icu4c/common/ |
D | unifilt.cpp | 21 UnicodeMatcher::~UnicodeMatcher() {} in UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION() 29 UnicodeMatcher* UnicodeFilter::toMatcher() const { in toMatcher()
|
D | util.h | 25 class UnicodeMatcher; variable 227 const UnicodeMatcher* matcher,
|
D | unifunct.cpp | 16 UnicodeMatcher* UnicodeFunctor::toMatcher() const { in toMatcher()
|
/external/icu4c/common/unicode/ |
D | unifunct.h | 23 class UnicodeMatcher; variable 61 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 59 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher { 82 virtual UnicodeMatcher* toMatcher() const;
|
D | unimatch.h | 68 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class … 75 virtual ~UnicodeMatcher();
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | unifunct.h | 23 class UnicodeMatcher; variable 61 virtual UnicodeMatcher* toMatcher() const;
|
D | unifilt.h | 59 class U_COMMON_API UnicodeFilter : public UnicodeFunctor, public UnicodeMatcher { 82 virtual UnicodeMatcher* toMatcher() const;
|
D | unimatch.h | 68 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class … 75 virtual ~UnicodeMatcher();
|
12