Searched defs:ZoneStringsLoader (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tznames_impl.cpp | 1446 struct TimeZoneNamesImpl::ZoneStringsLoader : public ResourceSink { struct in TimeZoneNamesImpl 1447 TimeZoneNamesImpl& tzn; 1448 UHashtable* keyToLoader; 1450 ZoneStringsLoader(TimeZoneNamesImpl& _tzn, UErrorCode& status) in ZoneStringsLoader() argument 1459 void* createKey(const char* key, UErrorCode& status) { in createKey() 1471 UBool isMetaZone(const char* key) { in isMetaZone() 1475 UnicodeString mzIDFromKey(const char* key) { in mzIDFromKey() 1479 UnicodeString tzIDFromKey(const char* key) { in tzIDFromKey() 1490 void load(UErrorCode& status) { in load() 1512 void consumeNamesTable(const char *key, ResourceValue &value, UBool noFallback, in consumeNamesTable() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tznames_impl.cpp | 1447 struct TimeZoneNamesImpl::ZoneStringsLoader : public ResourceSink { struct in TimeZoneNamesImpl 1448 TimeZoneNamesImpl& tzn; 1449 UHashtable* keyToLoader; 1451 ZoneStringsLoader(TimeZoneNamesImpl& _tzn, UErrorCode& status) in ZoneStringsLoader() argument 1460 void* createKey(const char* key, UErrorCode& status) { in createKey() 1472 UBool isMetaZone(const char* key) { in isMetaZone() 1476 UnicodeString mzIDFromKey(const char* key) { in mzIDFromKey() 1480 UnicodeString tzIDFromKey(const char* key) { in tzIDFromKey() 1491 void load(UErrorCode& status) { in load() 1513 void consumeNamesTable(const char *key, ResourceValue &value, UBool noFallback, in consumeNamesTable() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 1447 struct TimeZoneNamesImpl::ZoneStringsLoader : public ResourceSink { struct in TimeZoneNamesImpl 1448 TimeZoneNamesImpl& tzn; 1449 UHashtable* keyToLoader; 1451 ZoneStringsLoader(TimeZoneNamesImpl& _tzn, UErrorCode& status) in ZoneStringsLoader() function 1460 void* createKey(const char* key, UErrorCode& status) { in createKey() 1472 UBool isMetaZone(const char* key) { in isMetaZone() 1476 UnicodeString mzIDFromKey(const char* key) { in mzIDFromKey() 1480 UnicodeString tzIDFromKey(const char* key) { in tzIDFromKey() 1491 void load(UErrorCode& status) { in load() 1513 void consumeNamesTable(const char *key, ResourceValue &value, UBool noFallback, in consumeNamesTable() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | TimeZoneNamesImpl.java | 308 private final class ZoneStringsLoader extends UResource.Sink { class in TimeZoneNamesImpl
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TimeZoneNamesImpl.java | 306 private final class ZoneStringsLoader extends UResource.Sink { class in TimeZoneNamesImpl
|