/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtfmtsym.cpp | 338 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 …]
|
D | tznames_impl.cpp | 1022 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()
|
D | tznames_impl.h | 206 UResourceBundle* fZoneStrings; variable
|
/third_party/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 338 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 …]
|
D | tznames_impl.cpp | 1032 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()
|
D | tznames_impl.h | 206 UResourceBundle* fZoneStrings; variable
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtfmtsym.cpp | 346 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 …]
|
D | tznames_impl.cpp | 1028 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()
|
D | tznames_impl.h | 206 UResourceBundle* fZoneStrings; variable
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | dtfmtsym.h | 861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 849 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
|