Searched refs:fZoneStrings (Results 1 – 10 of 10) sorted by relevance
/external/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 | 1028 fZoneStrings(NULL), 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 != NULL) { in cleanup() 1100 ures_close(fZoneStrings); in cleanup() 1101 fZoneStrings = NULL; 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
|
/external/cronet/third_party/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() 430 if (other.fZoneStrings != NULL) { in copyData() 433 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData() [all …]
|
D | tznames_impl.cpp | 1028 fZoneStrings(NULL), 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 != NULL) { in cleanup() 1100 ures_close(fZoneStrings); in cleanup() 1101 fZoneStrings = NULL; 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
|
/external/icu/libicu/cts_headers/ |
D | tznames_impl.h | 206 UResourceBundle* fZoneStrings; variable
|
/external/icu/libicu/cts_headers/unicode/ |
D | dtfmtsym.h | 861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
|
/external/cronet/third_party/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
|