Home
last modified time | relevance | path

Searched refs:DUMMY_LOADER (Results 1 – 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneNamesImpl.java323 if (loader == ZNamesLoader.DUMMY_LOADER) { continue; } in load()
357 loader = ZNamesLoader.DUMMY_LOADER; in consumeNamesTable()
365 loader = ZNamesLoader.DUMMY_LOADER; in consumeNamesTable()
375 if (loader != ZNamesLoader.DUMMY_LOADER) { in consumeNamesTable()
592 private static ZNamesLoader DUMMY_LOADER = new ZNamesLoader(); field in TimeZoneNamesImpl.ZNamesLoader
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneNamesImpl.java321 if (loader == ZNamesLoader.DUMMY_LOADER) { continue; } in load()
355 loader = ZNamesLoader.DUMMY_LOADER; in consumeNamesTable()
363 loader = ZNamesLoader.DUMMY_LOADER; in consumeNamesTable()
373 if (loader != ZNamesLoader.DUMMY_LOADER) { in consumeNamesTable()
590 private static ZNamesLoader DUMMY_LOADER = new ZNamesLoader(); field in TimeZoneNamesImpl.ZNamesLoader
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp45 static const char DUMMY_LOADER[] = "<dummy>"; // place holder for dummy ZNamesLoader variable
1436 if (obj == DUMMY_LOADER) { return; } in deleteZNamesLoader()
1493 if (element->value.pointer == DUMMY_LOADER) { continue; } in load()
1519 loader = (void*) DUMMY_LOADER; in consumeNamesTable()
1532 loader = (void*) DUMMY_LOADER; in consumeNamesTable()
1552 if (loader != DUMMY_LOADER) { in consumeNamesTable()