Lines Matching refs:assignArray
300 DateFormatSymbols::assignArray(UnicodeString*& dstArray, in assignArray() function in DateFormatSymbols
373 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData()
374 assignArray(fEraNames, fEraNamesCount, other.fEraNames, other.fEraNamesCount); in copyData()
375 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount); in copyData()
376 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount); in copyData()
377 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount); in copyData()
378 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData()
379 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
380 …assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, other.fStandaloneShortMonths, oth… in copyData()
381 …assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, other.fStandaloneNarrowMonths, … in copyData()
382 assignArray(fWeekdays, fWeekdaysCount, other.fWeekdays, other.fWeekdaysCount); in copyData()
383 … assignArray(fShortWeekdays, fShortWeekdaysCount, other.fShortWeekdays, other.fShortWeekdaysCount); in copyData()
384 …assignArray(fShorterWeekdays, fShorterWeekdaysCount, other.fShorterWeekdays, other.fShorterWeekday… in copyData()
385 …assignArray(fNarrowWeekdays, fNarrowWeekdaysCount, other.fNarrowWeekdays, other.fNarrowWeekdaysCou… in copyData()
386 …assignArray(fStandaloneWeekdays, fStandaloneWeekdaysCount, other.fStandaloneWeekdays, other.fStand… in copyData()
387 …assignArray(fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount, other.fStandaloneShortWeekday… in copyData()
388 …assignArray(fStandaloneShorterWeekdays, fStandaloneShorterWeekdaysCount, other.fStandaloneShorterW… in copyData()
389 …assignArray(fStandaloneNarrowWeekdays, fStandaloneNarrowWeekdaysCount, other.fStandaloneNarrowWeek… in copyData()
390 assignArray(fAmPms, fAmPmsCount, other.fAmPms, other.fAmPmsCount); in copyData()
391 assignArray(fNarrowAmPms, fNarrowAmPmsCount, other.fNarrowAmPms, other.fNarrowAmPmsCount ); in copyData()
393 assignArray(fQuarters, fQuartersCount, other.fQuarters, other.fQuartersCount); in copyData()
394 … assignArray(fShortQuarters, fShortQuartersCount, other.fShortQuarters, other.fShortQuartersCount); in copyData()
395 …assignArray(fStandaloneQuarters, fStandaloneQuartersCount, other.fStandaloneQuarters, other.fStand… in copyData()
396 …assignArray(fStandaloneShortQuarters, fStandaloneShortQuartersCount, other.fStandaloneShortQuarter… in copyData()
397 assignArray(fWideDayPeriods, fWideDayPeriodsCount, in copyData()
399 assignArray(fNarrowDayPeriods, fNarrowDayPeriodsCount, in copyData()
401 assignArray(fAbbreviatedDayPeriods, fAbbreviatedDayPeriodsCount, in copyData()
403 assignArray(fStandaloneWideDayPeriods, fStandaloneWideDayPeriodsCount, in copyData()
405 assignArray(fStandaloneNarrowDayPeriods, fStandaloneNarrowDayPeriodsCount, in copyData()
407 assignArray(fStandaloneAbbreviatedDayPeriods, fStandaloneAbbreviatedDayPeriodsCount, in copyData()
410 …assignArray(fLeapMonthPatterns, fLeapMonthPatternsCount, other.fLeapMonthPatterns, other.fLeapMont… in copyData()
416 …assignArray(fShortYearNames, fShortYearNamesCount, other.fShortYearNames, other.fShortYearNamesCou… in copyData()
422 …assignArray(fShortZodiacNames, fShortZodiacNamesCount, other.fShortZodiacNames, other.fShortZodiac… in copyData()
2296 assignArray(fEraNames, fEraNamesCount, fEras, fErasCount); in initializeData()
2303 assignArray(fNarrowEras, fNarrowErasCount, fEras, fErasCount); in initializeData()
2315 assignArray(fStandaloneMonths, fStandaloneMonthsCount, fMonths, fMonthsCount); in initializeData()
2321 … assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, fShortMonths, fShortMonthsCount); in initializeData()
2332 …assignArray(fNarrowMonths, fNarrowMonthsCount, fStandaloneNarrowMonths, fStandaloneNarrowMonthsCou… in initializeData()
2335 …assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, fNarrowMonths, fNarrowMonthsCou… in initializeData()
2338 assignArray(fNarrowMonths, fNarrowMonthsCount, fShortMonths, fShortMonthsCount); in initializeData()
2339 …assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, fShortMonths, fShortMonthsCount… in initializeData()
2368 assignArray(fStandaloneQuarters, fStandaloneQuartersCount, fQuarters, fQuartersCount); in initializeData()
2374 …assignArray(fStandaloneShortQuarters, fStandaloneShortQuartersCount, fShortQuarters, fShortQuarter… in initializeData()
2404 assignArray(fShorterWeekdays, fShorterWeekdaysCount, fShortWeekdays, fShortWeekdaysCount); in initializeData()
2412 assignArray(fStandaloneWeekdays, fStandaloneWeekdaysCount, fWeekdays, fWeekdaysCount); in initializeData()
2420 …assignArray(fStandaloneShortWeekdays, fStandaloneShortWeekdaysCount, fShortWeekdays, fShortWeekday… in initializeData()
2428 …assignArray(fStandaloneShorterWeekdays, fStandaloneShorterWeekdaysCount, fShorterWeekdays, fShorte… in initializeData()
2442 …assignArray(fNarrowWeekdays, fNarrowWeekdaysCount, fStandaloneNarrowWeekdays, fStandaloneNarrowWee… in initializeData()
2445 …assignArray(fStandaloneNarrowWeekdays, fStandaloneNarrowWeekdaysCount, fNarrowWeekdays, fNarrowWee… in initializeData()
2448 assignArray(fNarrowWeekdays, fNarrowWeekdaysCount, fShortWeekdays, fShortWeekdaysCount); in initializeData()
2449 …assignArray(fStandaloneNarrowWeekdays, fStandaloneNarrowWeekdaysCount, fShortWeekdays, fShortWeekd… in initializeData()