Searched refs:oldbundle (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/i18n/ |
D | timezone.cpp | 222 …e(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& sta… in getZoneByName() argument 238 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object in getZoneByName() 239 …%d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(o… in getZoneByName() 246 return oldbundle; in getZoneByName() 251 …nst UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& sta… in loadRule() argument 255 UResourceBundle *r = ures_getByKey(top, kRULES, oldbundle, &status); in loadRule()
|
/external/icu4c/i18n/unicode/ |
D | timezone.h | 724 …nst UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&stat…
|