Searched refs:assignArray (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 299 DateFormatSymbols::assignArray(UnicodeString*& dstArray, in assignArray() function in DateFormatSymbols 372 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); in copyData() 373 assignArray(fEraNames, fEraNamesCount, other.fEraNames, other.fEraNamesCount); in copyData() 374 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount); in copyData() 375 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount); in copyData() 376 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount); in copyData() 377 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount); in copyData() 378 …assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData() 379 …assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, other.fStandaloneShortMonths, oth… in copyData() 380 …assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, other.fStandaloneNarrowMonths, … in copyData() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 930 static void assignArray(UnicodeString*& dstArray,
|