Searched refs:ICUNotifier (Results 1 – 17 of 17) sorted by relevance
26 ICUNotifier::ICUNotifier(void) in ICUNotifier() function in ICUNotifier31 ICUNotifier::~ICUNotifier(void) { in ~ICUNotifier()41 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) in addListener()74 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status) in removeListener()103 ICUNotifier::notifyChanged(void) in notifyChanged()
22 class ICUNotifier; variable74 class U_COMMON_API ICUNotifier : public UMemory {78 ICUNotifier(void);80 virtual ~ICUNotifier(void);
526 class U_COMMON_API ICUService : public ICUNotifier {
26 ICUNotifier::ICUNotifier() in ICUNotifier() function in ICUNotifier31 ICUNotifier::~ICUNotifier() { in ~ICUNotifier()41 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) in addListener()78 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status) in removeListener()107 ICUNotifier::notifyChanged() in notifyChanged()
22 class ICUNotifier; variable74 class U_COMMON_API ICUNotifier : public UMemory {78 ICUNotifier();80 virtual ~ICUNotifier();
26 ICUNotifier::ICUNotifier(void) in ICUNotifier() function in ICUNotifier31 ICUNotifier::~ICUNotifier(void) { in ~ICUNotifier()41 ICUNotifier::addListener(const EventListener* l, UErrorCode& status) in addListener()78 ICUNotifier::removeListener(const EventListener *l, UErrorCode& status) in removeListener()107 ICUNotifier::notifyChanged(void) in notifyChanged()
32 public abstract class ICUNotifier { class117 private final ICUNotifier notifier;120 NotifyThread(ICUNotifier notifier) { in NotifyThread()
94 public class ICUService extends ICUNotifier {
34 public abstract class ICUNotifier { class119 private final ICUNotifier notifier;122 NotifyThread(ICUNotifier notifier) { in NotifyThread()
96 public class ICUService extends ICUNotifier {
34 import com.ibm.icu.impl.ICUNotifier;966 ICUNotifier nf = new ICUNSubclass(); in TestCoverage()1012 static class ICUNSubclass extends ICUNotifier {
35 import ohos.global.icu.impl.ICUNotifier;969 ICUNotifier nf = new ICUNSubclass(); in TestCoverage()1015 static class ICUNSubclass extends ICUNotifier {
28 class ICUNSubclass : public ICUNotifier {1472 ICUNotifier nf = new ICUNSubclass(); in testCoverage()
302 "src/main/java/ohos/global/icu/impl/ICUNotifier.java",