Searched refs:ICUNotifier (Results 1 – 8 of 8) sorted by relevance
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()
1277 #define ICUNotifier ICUNotifier_3_2 macro