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

/external/icu4c/i18n/
H A Ddtfmtsym.cpp274 * Create a copy, in fZoneStrings, of the given zone strings array. The
284 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *));
285 if (fZoneStrings != NULL) {
288 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount);
289 if (fZoneStrings[row] == NULL) {
295 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
299 // If memory allocation failed, roll back and delete fZoneStrings
302 delete[] fZoneStrings[i];
304 uprv_free(fZoneStrings);
305 fZoneStrings
[all...]
H A Dtznames_impl.cpp950 fZoneStrings(NULL),
966 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
967 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
1026 if (fZoneStrings != NULL) {
1027 ures_close(fZoneStrings);
1028 fZoneStrings = NULL;
1210 znames = ZNames::createInstance(fZoneStrings, key);
1287 tznames = TZNames::createInstance(fZoneStrings, ke
[all...]
H A Dtznames_impl.h189 UResourceBundle* fZoneStrings; member in class:TimeZoneNamesImpl
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h631 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings member in class:DateFormatSymbols
715 * Create a copy, in fZoneStrings, of the given zone strings array. The

Completed in 501 milliseconds