HomeSort by relevance Sort by last modified time
    Searched refs:acceptsListener (Results 1 - 18 of 18) sorted by null

  /external/icu/icu4c/source/common/
servnotf.h 65 * <p>Subclasses override acceptsListener and notifyListener
66 * to add type-safe notification. AcceptsListener should return
84 * The listener must not be null. AcceptsListener must return
111 virtual UBool acceptsListener(const EventListener& l) const = 0;
servnotf.cpp 49 if (acceptsListener(*l)) {
serv.h 369 * acceptsListener and notifyListener as appropriate.</p>
    [all...]
serv.cpp 951 ICUService::acceptsListener(const EventListener& l) const
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ICUNotifier.java 25 * <p>Subclasses override acceptsListener and notifyListener
26 * to add type-safe notification. AcceptsListener should return
41 * The listener must not be null. AcceptsListener must return
51 if (acceptsListener(l)) {
168 protected abstract boolean acceptsListener(EventListener l);
ICUService.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ICUNotifier.java 24 * <p>Subclasses override acceptsListener and notifyListener
25 * to add type-safe notification. AcceptsListener should return
39 * The listener must not be null. AcceptsListener must return
49 if (acceptsListener(l)) {
166 protected abstract boolean acceptsListener(EventListener l);
ICUService.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ICUServiceTestSample.java 143 protected boolean acceptsListener(EventListener l) {