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.cpp1012 fZoneStrings(NULL), in TimeZoneNamesImpl()
1029 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
1030 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
1083 if (fZoneStrings != NULL) { in cleanup()
1084 ures_close(fZoneStrings); in cleanup()
1085 fZoneStrings = NULL; in cleanup()
1305 loader.loadMetaZone(fZoneStrings, mzID, status); in loadMetaZoneNames()
1333 loader.loadTimeZone(fZoneStrings, tzID, status); in loadTimeZoneNames()
1481 ures_getAllItemsWithFallback(tzn.fZoneStrings, "", *this, status); in load()
Dtznames_impl.h203 UResourceBundle* fZoneStrings; variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h846 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable