Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp337 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings()
338 if (fZoneStrings != NULL) { in createZoneStrings()
341 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings()
342 if (fZoneStrings[row] == NULL) { in createZoneStrings()
348 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()
355 delete[] fZoneStrings[i]; in createZoneStrings()
357 uprv_free(fZoneStrings); in createZoneStrings()
358 fZoneStrings = NULL; in createZoneStrings()
427 if (other.fZoneStrings != NULL) { in copyData()
430 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData()
[all …]
Dtznames_impl.cpp1018 fZoneStrings(NULL), in TimeZoneNamesImpl()
1035 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
1036 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
1089 if (fZoneStrings != NULL) { in cleanup()
1090 ures_close(fZoneStrings); in cleanup()
1091 fZoneStrings = NULL; in cleanup()
1311 loader.loadMetaZone(fZoneStrings, mzID, status); in loadMetaZoneNames()
1339 loader.loadTimeZone(fZoneStrings, tzID, status); in loadTimeZoneNames()
1487 ures_getAllItemsWithFallback(tzn.fZoneStrings, "", *this, status); in load()
Dtznames_impl.h206 UResourceBundle* fZoneStrings; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h847 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable