HomeSort by relevance Sort by last modified time
    Searched refs:fZoneStrings (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 327 * Create a copy, in fZoneStrings, of the given zone strings array. The
337 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *));
338 if (fZoneStrings != NULL) {
341 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount);
342 if (fZoneStrings[row] == NULL) {
348 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
352 // If memory allocation failed, roll back and delete fZoneStrings
355 delete[] fZoneStrings[i];
357 uprv_free(fZoneStrings);
358 fZoneStrings = NULL
    [all...]
tznames_impl.cpp     [all...]
tznames_impl.h 203 UResourceBundle* fZoneStrings;
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h     [all...]

Completed in 878 milliseconds