Searched refs:assignArray (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 281 DateFormatSymbols::assignArray(UnicodeString*& dstArray, in assignArray() function in DateFormatSymbols 354 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData() 355 assignArray(fEraNames, fEraNamesCount, other.fEraNames, other.fEraNamesCount); in copyData() 356 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount); in copyData() 357 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount); in copyData() 358 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount); in copyData() 359 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData() 360 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData() 361 …assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, other.fStandaloneShortMonths, oth… in copyData() 362 …assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, other.fStandaloneNarrowMonths, … in copyData() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 886 static void assignArray(UnicodeString*& dstArray,
|