Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp338 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings()
339 if (fZoneStrings != NULL) { in createZoneStrings()
342 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings()
343 if (fZoneStrings[row] == NULL) { in createZoneStrings()
349 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()
356 delete[] fZoneStrings[i]; in createZoneStrings()
358 uprv_free(fZoneStrings); in createZoneStrings()
359 fZoneStrings = NULL; in createZoneStrings()
428 if (other.fZoneStrings != NULL) { in copyData()
431 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData()
[all …]
Dtznames_impl.cpp1022 fZoneStrings(NULL), in TimeZoneNamesImpl()
1039 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
1040 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
1093 if (fZoneStrings != NULL) { in cleanup()
1094 ures_close(fZoneStrings); in cleanup()
1095 fZoneStrings = NULL; in cleanup()
1315 loader.loadMetaZone(fZoneStrings, mzID, status); in loadMetaZoneNames()
1343 loader.loadTimeZone(fZoneStrings, tzID, status); in loadTimeZoneNames()
1491 ures_getAllItemsWithFallback(tzn.fZoneStrings, "", *this, status); in load()
Dtznames_impl.h206 UResourceBundle* fZoneStrings; variable
/third_party/icu/icu4c/source/i18n/
Ddtfmtsym.cpp338 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings()
339 if (fZoneStrings != NULL) { in createZoneStrings()
342 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings()
343 if (fZoneStrings[row] == NULL) { in createZoneStrings()
349 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()
356 delete[] fZoneStrings[i]; in createZoneStrings()
358 uprv_free(fZoneStrings); in createZoneStrings()
359 fZoneStrings = NULL; in createZoneStrings()
430 if (other.fZoneStrings != NULL) { in copyData()
433 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData()
[all …]
Dtznames_impl.cpp1032 fZoneStrings(NULL), in TimeZoneNamesImpl()
1049 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
1050 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
1103 if (fZoneStrings != NULL) { in cleanup()
1104 ures_close(fZoneStrings); in cleanup()
1105 fZoneStrings = NULL; in cleanup()
1331 loader.loadMetaZone(fZoneStrings, mzID, status); in loadMetaZoneNames()
1359 loader.loadTimeZone(fZoneStrings, tzID, status); in loadTimeZoneNames()
1507 ures_getAllItemsWithFallback(tzn.fZoneStrings, "", *this, status); in load()
Dtznames_impl.h206 UResourceBundle* fZoneStrings; variable
/third_party/node/deps/icu-small/source/i18n/
Ddtfmtsym.cpp346 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings()
347 if (fZoneStrings != nullptr) { in createZoneStrings()
350 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings()
351 if (fZoneStrings[row] == nullptr) { in createZoneStrings()
357 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()
364 delete[] fZoneStrings[i]; in createZoneStrings()
366 uprv_free(fZoneStrings); in createZoneStrings()
367 fZoneStrings = nullptr; in createZoneStrings()
438 if (other.fZoneStrings != nullptr) { in copyData()
441 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData()
[all …]
Dtznames_impl.cpp1028 fZoneStrings(nullptr), in TimeZoneNamesImpl()
1045 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()
1046 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()
1099 if (fZoneStrings != nullptr) { in cleanup()
1100 ures_close(fZoneStrings); in cleanup()
1101 fZoneStrings = nullptr; in cleanup()
1316 loader.loadMetaZone(fZoneStrings, mzID, status); in loadMetaZoneNames()
1344 loader.loadTimeZone(fZoneStrings, tzID, status); in loadTimeZoneNames()
1492 ures_getAllItemsWithFallback(tzn.fZoneStrings, "", *this, status); in load()
Dtznames_impl.h206 UResourceBundle* fZoneStrings; variable
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddtfmtsym.h861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
/third_party/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddtfmtsym.h849 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable