Lines Matching refs:UResourceBundle
174 static int32_t findInStringArray(UResourceBundle* array, const UnicodeString& id, UErrorCode &statu… in findInStringArray()
222 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourc… in getZoneByName()
224 UResourceBundle *tmp = ures_getByKey(top, kNAMES, NULL, &status); in getZoneByName()
251 UResourceBundle* TimeZone::loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResou… in loadRule()
255 UResourceBundle *r = ures_getByKey(top, kRULES, oldbundle, &status); in loadRule()
270 static UResourceBundle* openOlsonResource(const UnicodeString& id, in openOlsonResource()
271 UResourceBundle& res, in openOlsonResource()
278 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); in openOlsonResource()
283 …U_DEBUG_TZ_MSG(("Loading zone '%s' (%s, size %d) - %s\n", buf, ures_getKey((UResourceBundle*)&res)… in openOlsonResource()
287 UResourceBundle *ares = ures_getByKey(top, kZONES, NULL, &ec); // dereference Zones section in openOlsonResource()
414 UResourceBundle res; in createSystemTimeZone()
417 UResourceBundle *top = openOlsonResource(id, res, ec); in createSystemTimeZone()
659 UResourceBundle *top = ures_openDirect(0, kZONEINFO, &ec); in getID()
708 UResourceBundle *res = ures_openDirect(0, kZONEINFO, &ec); in initMap()
835 UResourceBundle *res = ures_openDirect(0, kZONEINFO, &ec); in create()
1001 UResourceBundle res; in countEquivalentIDs()
1004 UResourceBundle *top = openOlsonResource(id, res, ec); in countEquivalentIDs()
1006 UResourceBundle r; in countEquivalentIDs()
1024 UResourceBundle res; in getEquivalentID()
1026 UResourceBundle *top = openOlsonResource(id, res, ec); in getEquivalentID()
1029 UResourceBundle r; in getEquivalentID()
1043 UResourceBundle *ares = ures_getByKey(top, kNAMES, NULL, &ec); // dereference Zones section in getEquivalentID()
1069 UResourceBundle *rb = ures_openDirect(NULL, kZONEINFO, &ec); in findID()
1072 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); in findID()
1088 UResourceBundle *rb = ures_openDirect(NULL, kZONEINFO, &ec); in dereferOlsonLink()
1091 UResourceBundle *names = ures_getByKey(rb, kNAMES, NULL, &ec); in dereferOlsonLink()
1128 UResourceBundle *rb = ures_openDirect(NULL, kZONEINFO, &status); in getRegion()
1131 UResourceBundle *res = ures_getByKey(rb, kNAMES, NULL, &status); in getRegion()
1545 UResourceBundle *bundle = ures_openDirect(NULL, kZONEINFO, &status); in getTZDataVersion()