Searched refs:oldbundle (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/icu/source/i18n/ |
D | timezone.cpp | 242 …e(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& sta… in getZoneByName() argument 258 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object in getZoneByName() 259 …%d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(o… in getZoneByName() 266 return oldbundle; in getZoneByName() 271 …nst UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& sta… in loadRule() argument 275 UResourceBundle *r = ures_getByKey(top, kRULES, oldbundle, &status); in loadRule()
|
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 221 …e(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& sta… in getZoneByName() argument 237 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object in getZoneByName() 238 …%d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(o… in getZoneByName() 245 return oldbundle; in getZoneByName() 250 …nst UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& sta… in loadRule() argument 254 UResourceBundle *r = ures_getByKey(top, kRULES, oldbundle, &status); in loadRule()
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | timezone.h | 671 …nst UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&stat…
|
/external/icu/icu4c/source/i18n/unicode/ |
D | timezone.h | 835 …nst UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&stat…
|