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

/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp218 * @param oldbundle Bundle for reuse (or NULL). see 'ures_open()'
219 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
221 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { argument
231 //ures_close(oldbundle);
232 //oldbundle = NULL;
234 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
237 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
238 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
250 loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp218 * @param oldbundle Bundle for reuse (or NULL). see 'ures_open()'
219 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
221 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) { argument
231 //ures_close(oldbundle);
232 //oldbundle = NULL;
234 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
237 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
238 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
250 loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode& status) argument
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h830 * @param oldbundle Old bundle to reuse or NULL
832 * @return either a new bundle or *oldbundle
835 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h830 * @param oldbundle Old bundle to reuse or NULL
832 * @return either a new bundle or *oldbundle
835 static UResourceBundle* loadRule(const UResourceBundle* top, const UnicodeString& ruleid, UResourceBundle* oldbundle, UErrorCode&status);

Completed in 255 milliseconds