Searched refs:oldbundle (Results 1 - 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/i18n/
H A Dtimezone.cpp237 * @param oldbundle Bundle for reuse (or NULL). see 'ures_open()'
238 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
240 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { argument
250 //ures_close(oldbundle);
251 //oldbundle = NULL;
253 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
256 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
257 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPat
269 loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) argument
[all...]
/external/icu4c/i18n/
H A Dtimezone.cpp237 * @param oldbundle Bundle for reuse (or NULL). see 'ures_open()'
238 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
240 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { argument
250 //ures_close(oldbundle);
251 //oldbundle = NULL;
253 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
256 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
257 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPat
269 loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) argument
[all...]
/external/chromium/third_party/icu/public/i18n/unicode/
H A Dtimezone.h698 * @param oldbundle Old bundle to reuse or NULL
700 * @return either a new bundle or *oldbundle
703 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
/external/icu4c/i18n/unicode/
H A Dtimezone.h666 * @param oldbundle Old bundle to reuse or NULL
668 * @return either a new bundle or *oldbundle
671 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);

Completed in 33 milliseconds