Home
last modified time | relevance | path

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

/external/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.cpp1028 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()
Dtznames_impl.h206 UResourceBundle* fZoneStrings; variable
/external/cronet/third_party/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()
430 if (other.fZoneStrings != NULL) { in copyData()
433 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData()
[all …]
Dtznames_impl.cpp1028 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()
Dtznames_impl.h206 UResourceBundle* fZoneStrings; variable
/external/icu/libicu/cts_headers/
Dtznames_impl.h206 UResourceBundle* fZoneStrings; variable
/external/icu/libicu/cts_headers/unicode/
Ddtfmtsym.h861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
/external/cronet/third_party/icu/source/i18n/unicode/
Ddtfmtsym.h861 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable