Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
Dservnotf.cpp26 ICUNotifier::ICUNotifier(void) in ICUNotifier() function in ICUNotifier
31 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()
Dservnotf.h22 class ICUNotifier; variable
74 class U_COMMON_API ICUNotifier : public UMemory {
78 ICUNotifier(void);
80 virtual ~ICUNotifier(void);
Dserv.h526 class U_COMMON_API ICUService : public ICUNotifier {
/third_party/node/deps/icu-small/source/common/
Dservnotf.cpp26 ICUNotifier::ICUNotifier() in ICUNotifier() function in ICUNotifier
31 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()
Dservnotf.h22 class ICUNotifier; variable
74 class U_COMMON_API ICUNotifier : public UMemory {
78 ICUNotifier();
80 virtual ~ICUNotifier();
Dserv.h526 class U_COMMON_API ICUService : public ICUNotifier {
/third_party/icu/icu4c/source/common/
Dservnotf.cpp26 ICUNotifier::ICUNotifier(void) in ICUNotifier() function in ICUNotifier
31 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()
Dservnotf.h22 class ICUNotifier; variable
74 class U_COMMON_API ICUNotifier : public UMemory {
78 ICUNotifier(void);
80 virtual ~ICUNotifier(void);
Dserv.h526 class U_COMMON_API ICUService : public ICUNotifier {
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUNotifier.java32 public abstract class ICUNotifier { class
117 private final ICUNotifier notifier;
120 NotifyThread(ICUNotifier notifier) { in NotifyThread()
DICUService.java94 public class ICUService extends ICUNotifier {
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICUNotifier.java34 public abstract class ICUNotifier { class
119 private final ICUNotifier notifier;
122 NotifyThread(ICUNotifier notifier) { in NotifyThread()
DICUService.java96 public class ICUService extends ICUNotifier {
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java34 import com.ibm.icu.impl.ICUNotifier;
966 ICUNotifier nf = new ICUNSubclass(); in TestCoverage()
1012 static class ICUNSubclass extends ICUNotifier {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DICUServiceTest.java35 import ohos.global.icu.impl.ICUNotifier;
969 ICUNotifier nf = new ICUNSubclass(); in TestCoverage()
1015 static class ICUNSubclass extends ICUNotifier {
/third_party/icu/icu4c/source/test/intltest/
Dicusvtst.cpp28 class ICUNSubclass : public ICUNotifier {
1472 ICUNotifier nf = new ICUNSubclass(); in testCoverage()
/third_party/icu/ohos_icu4j/
DBUILD.gn302 "src/main/java/ohos/global/icu/impl/ICUNotifier.java",