Home
last modified time | relevance | path

Searched refs:assignArray (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtfmtsym.cpp281 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()
360assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneM… in copyData()
361assignArray(fStandaloneShortMonths, fStandaloneShortMonthsCount, other.fStandaloneShortMonths, oth… in copyData()
362assignArray(fStandaloneNarrowMonths, fStandaloneNarrowMonthsCount, other.fStandaloneNarrowMonths, … in copyData()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ddtfmtsym.h886 static void assignArray(UnicodeString*& dstArray,