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