Lines Matching defs:ZoneStringsLoader
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()
1580 TimeZoneNamesImpl::ZoneStringsLoader::~ZoneStringsLoader() { in ~ZoneStringsLoader()