Searched defs:UnicodeMatcher (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/common/unicode/
H A Dunimatch.h26 * Constants returned by <code>UnicodeMatcher::matches()</code>
64 * <code>UnicodeMatcher</code> defines a protocol for objects that can
68 class U_COMMON_API UnicodeMatcher /* not : public UObject because this is an interface/mixin class */ { class
75 virtual ~UnicodeMatcher();
H A Durename.h2208 #define UnicodeMatcher U_ICU_ENTRY_POINT_RENAME(UnicodeMatcher) macro
/external/icu4c/common/
H A Dunifilt.cpp20 UnicodeMatcher::~UnicodeMatcher() {}
25 * UnicodeFunctor API. Cast 'this' to a UnicodeMatcher* pointer
28 UnicodeMatcher* UnicodeFilter::toMatcher() const {
29 return (UnicodeMatcher*) this;
35 * Default implementation of UnicodeMatcher::matches() for Unicode
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1447 #define UnicodeMatcher UnicodeMatcher_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1447 #define UnicodeMatcher UnicodeMatcher_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1447 #define UnicodeMatcher UnicodeMatcher_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1447 #define UnicodeMatcher UnicodeMatcher_3_2 macro

Completed in 184 milliseconds