Home
last modified time | relevance | path

Searched refs:fZoneStrings (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp331 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings()
332 if (fZoneStrings != NULL) { in createZoneStrings()
335 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings()
336 if (fZoneStrings[row] == NULL) { in createZoneStrings()
342 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()
349 delete[] fZoneStrings[i]; in createZoneStrings()
351 uprv_free(fZoneStrings); in createZoneStrings()
352 fZoneStrings = NULL; in createZoneStrings()
409 if (other.fZoneStrings != NULL) { in copyData()
412 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData()
[all …]
Dtznames_impl.cpp913 fZoneStrings(NULL), in TimeZoneNamesImpl()
929 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
930 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
988 if (fZoneStrings != NULL) { in cleanup()
989 ures_close(fZoneStrings); in cleanup()
990 fZoneStrings = NULL; in cleanup()
1213 znames = ZNames::createInstance(fZoneStrings, key); in loadMetaZoneNames()
1291 tznames = TZNames::createInstance(fZoneStrings, key, tzID); in loadTimeZoneNames()
Dtznames_impl.h198 UResourceBundle* fZoneStrings; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h836 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable