Searched refs:ICUNotifier (Results 1 – 9 of 9) sorted by relevance
22 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()
20 class ICUNotifier; variable72 class U_COMMON_API ICUNotifier : public UMemory {77 ICUNotifier(void);79 virtual ~ICUNotifier(void);
521 class U_COMMON_API ICUService : public ICUNotifier {
24 ICUNotifier::ICUNotifier(void) in ICUNotifier() function in ICUNotifier29 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()
20 class ICUNotifier; variable72 class U_COMMON_API ICUNotifier : public UMemory {76 ICUNotifier(void);78 virtual ~ICUNotifier(void);
524 class U_COMMON_API ICUService : public ICUNotifier {
25 class ICUNSubclass : public ICUNotifier {1470 ICUNotifier nf = new ICUNSubclass(); in testCoverage()
1962 #define ICUNotifier U_ICU_ENTRY_POINT_RENAME(ICUNotifier) macro