Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtfmtsym.cpp265 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings()
266 if (fZoneStrings != NULL) { in createZoneStrings()
269 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings()
270 if (fZoneStrings[row] == NULL) { in createZoneStrings()
276 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()
283 delete[] fZoneStrings[i]; in createZoneStrings()
285 uprv_free(fZoneStrings); in createZoneStrings()
286 fZoneStrings = NULL; in createZoneStrings()
328 if (other.fZoneStrings != NULL) { in copyData()
331 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData()
[all …]
Dtznames_impl.cpp844 fZoneStrings(NULL), in TimeZoneNamesImpl()
860 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
861 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
919 if (fZoneStrings != NULL) { in cleanup()
920 ures_close(fZoneStrings); in cleanup()
921 fZoneStrings = NULL; in cleanup()
1119 znames = ZNames::createInstance(fZoneStrings, key); in loadMetaZoneNames()
1196 tznames = TZNames::createInstance(fZoneStrings, key); in loadTimeZoneNames()
Dtznames_impl.h191 UResourceBundle* fZoneStrings; variable
/external/icu4c/i18n/unicode/
Ddtfmtsym.h710 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable