Searched refs:fZoneStrings (Results 1 – 4 of 4) sorted by relevance
331 fZoneStrings = (UnicodeString **)uprv_malloc(fZoneStringsRowCount * sizeof(UnicodeString *)); in createZoneStrings()332 if (fZoneStrings != NULL) { in createZoneStrings()335 fZoneStrings[row] = newUnicodeStringArray(fZoneStringsColCount); in createZoneStrings()336 if (fZoneStrings[row] == NULL) { in createZoneStrings()342 fZoneStrings[row][col].fastCopyFrom(otherStrings[row][col]); in createZoneStrings()349 delete[] fZoneStrings[i]; in createZoneStrings()351 uprv_free(fZoneStrings); in createZoneStrings()352 fZoneStrings = NULL; in createZoneStrings()409 if (other.fZoneStrings != NULL) { in copyData()412 createZoneStrings((const UnicodeString**)other.fZoneStrings); in copyData()[all …]
913 fZoneStrings(NULL), in TimeZoneNamesImpl()929 fZoneStrings = ures_open(U_ICUDATA_ZONE, locale.getName(), &tmpsts); in initialize()930 fZoneStrings = ures_getByKeyWithFallback(fZoneStrings, gZoneStrings, fZoneStrings, &tmpsts); in initialize()988 if (fZoneStrings != NULL) { in cleanup()989 ures_close(fZoneStrings); in cleanup()990 fZoneStrings = NULL; in cleanup()1213 znames = ZNames::createInstance(fZoneStrings, key); in loadMetaZoneNames()1291 tznames = TZNames::createInstance(fZoneStrings, key, tzID); in loadTimeZoneNames()
198 UResourceBundle* fZoneStrings; variable
836 UnicodeString **fZoneStrings; // Zone string array set by setZoneStrings variable