Searched refs:assignArray (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 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() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtfmtsym.h | 933 static void assignArray(UnicodeString*& dstArray,
|
/external/icu/libicu/cts_headers/unicode/ |
D | dtfmtsym.h | 933 static void assignArray(UnicodeString*& dstArray,
|