Home
last modified time | relevance | path

Searched refs:ICUNotifier (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dservnotf.cpp22 ICUNotifier::ICUNotifier(void) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
28 ICUNotifier::~ICUNotifier(void) { in ~ICUNotifier()
39 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) in addListener()
72 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status) in removeListener()
101 ICUNotifier::notifyChanged(void) in notifyChanged()
Dservnotf.h20 class ICUNotifier; variable
72 class U_COMMON_API ICUNotifier : public UMemory {
77 ICUNotifier(void);
79 virtual ~ICUNotifier(void);
Dserv.h521 class U_COMMON_API ICUService : public ICUNotifier {
/external/icu4c/common/
Dservnotf.cpp24 ICUNotifier::ICUNotifier(void) in ICUNotifier() function in ICUNotifier
29 ICUNotifier::~ICUNotifier(void) { in ~ICUNotifier()
39 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) in addListener()
72 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status) in removeListener()
101 ICUNotifier::notifyChanged(void) in notifyChanged()
Dservnotf.h20 class ICUNotifier; variable
72 class U_COMMON_API ICUNotifier : public UMemory {
76 ICUNotifier(void);
78 virtual ~ICUNotifier(void);
Dserv.h524 class U_COMMON_API ICUService : public ICUNotifier {
/external/chromium_org/third_party/icu/source/test/intltest/
Dicusvtst.cpp25 class ICUNSubclass : public ICUNotifier {
1470 ICUNotifier nf = new ICUNSubclass(); in testCoverage()
/external/icu4c/test/intltest/
Dicusvtst.cpp25 class ICUNSubclass : public ICUNotifier {
1470 ICUNotifier nf = new ICUNSubclass(); in testCoverage()
/external/chromium_org/third_party/icu/source/common/unicode/
Durename.h1962 #define ICUNotifier U_ICU_ENTRY_POINT_RENAME(ICUNotifier) macro