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