Searched refs:fZoneStrings (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 267 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings() 268 if (fZoneStrings != NULL) { in createZoneStrings() 271 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings() 272 if (fZoneStrings[row] == NULL) { in createZoneStrings() 278 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings() 285 delete[] fZoneStrings[i]; in createZoneStrings() 287 uprv_free(fZoneStrings); in createZoneStrings() 288 fZoneStrings = NULL; in createZoneStrings() 332 if (other.fZoneStrings != NULL) { in copyData() 335 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData() [all …]
|
D | tznames_impl.cpp | 883 fZoneStrings(NULL), in TimeZoneNamesImpl() 899 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize() 900 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize() 958 if (fZoneStrings != NULL) { in cleanup() 959 ures_close(fZoneStrings); in cleanup() 960 fZoneStrings = NULL; in cleanup() 1158 znames = ZNames::createInstance(fZoneStrings, key); in loadMetaZoneNames() 1235 tznames = TZNames::createInstance(fZoneStrings, key, tzID); in loadTimeZoneNames()
|
D | tznames_impl.h | 193 UResourceBundle* fZoneStrings; variable
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | dtfmtsym.cpp | 267 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings() 268 if (fZoneStrings != NULL) { in createZoneStrings() 271 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings() 272 if (fZoneStrings[row] == NULL) { in createZoneStrings() 278 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings() 285 delete[] fZoneStrings[i]; in createZoneStrings() 287 uprv_free(fZoneStrings); in createZoneStrings() 288 fZoneStrings = NULL; in createZoneStrings() 332 if (other.fZoneStrings != NULL) { in copyData() 335 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData() [all …]
|
D | tznames_impl.cpp | 883 fZoneStrings(NULL), in TimeZoneNamesImpl() 899 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize() 900 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize() 958 if (fZoneStrings != NULL) { in cleanup() 959 ures_close(fZoneStrings); in cleanup() 960 fZoneStrings = NULL; in cleanup() 1158 znames = ZNames::createInstance(fZoneStrings, key); in loadMetaZoneNames() 1235 tznames = TZNames::createInstance(fZoneStrings, key, tzID); in loadTimeZoneNames()
|
D | tznames_impl.h | 193 UResourceBundle* fZoneStrings; variable
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
D | dtfmtsym.h | 731 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 733 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable
|