HomeSort by relevance Sort by last modified time
    Searched full:oldbundle (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
timezone.cpp 207 * @param oldbundle Bundle for reuse (or NULL). see 'ures_open()'
208 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
210 static UResourceBundle* getZoneByName(const UResourceBundle* top, const UnicodeString& id, UResourceBundle *oldbundle, UErrorCode& status) {
220 //ures_close(oldbundle);
221 //oldbundle = NULL;
223 U_DEBUG_TZ_MSG(("gzbn: oldbundle= size %d, type %d, %s\n", ures_getSize(tmp), ures_getType(tmp), u_errorName(status)));
226 oldbundle = ures_getByIndex(tmp, idx, oldbundle, &status); // get nth Zone object
227 U_DEBUG_TZ_MSG(("gzbn: loaded z#%d, size %d, type %d, path %s, %s\n", idx, ures_getSize(oldbundle), ures_getType(oldbundle), ures_getPath(oldbundle), u_errorName(status)))
    [all...]
  /external/icu4c/i18n/unicode/
timezone.h     [all...]

Completed in 300 milliseconds