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

  /external/chromium_org/third_party/icu/source/i18n/
dtfmtsym.cpp 257 * Create a copy, in fZoneStrings, of the given zone strings array. The
267 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *));
268 if (fZoneStrings != NULL) {
271 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount);
272 if (fZoneStrings[row] == NULL) {
278 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
282 // If memory allocation failed, roll back and delete fZoneStrings
285 delete[] fZoneStrings[i];
287 uprv_free(fZoneStrings);
288 fZoneStrings = NULL
    [all...]
tznames_impl.cpp 883 fZoneStrings(NULL),
899 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
900 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
958 if (fZoneStrings != NULL) {
959 ures_close(fZoneStrings);
960 fZoneStrings = NULL;
    [all...]
tznames_impl.h 193 UResourceBundle* fZoneStrings;
  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 257 * Create a copy, in fZoneStrings, of the given zone strings array. The
267 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *));
268 if (fZoneStrings != NULL) {
271 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount);
272 if (fZoneStrings[row] == NULL) {
278 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]);
282 // If memory allocation failed, roll back and delete fZoneStrings
285 delete[] fZoneStrings[i];
287 uprv_free(fZoneStrings);
288 fZoneStrings = NULL
    [all...]
tznames_impl.cpp 883 fZoneStrings(NULL),
899 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts);
900 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts);
958 if (fZoneStrings != NULL) {
959 ures_close(fZoneStrings);
960 fZoneStrings = NULL;
    [all...]
tznames_impl.h 193 UResourceBundle* fZoneStrings;
  /external/chromium_org/third_party/icu/source/i18n/unicode/
dtfmtsym.h 731 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings
798 * Create a copy, in fZoneStrings, of the given zone strings array. The
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h 733 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings
800 * Create a copy, in fZoneStrings, of the given zone strings array. The

Completed in 410 milliseconds