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

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Ddtfmtsym.cpp230 DateFormatSymbols::assignArray(UnicodeString*& dstArray, function in class:DateFormatSymbols
235 // assignArray() is only called by copyData(), which in turn implements the
278 // fastCopyFrom() - see assignArray comments
298 assignArray(fEras, fErasCount, other.fEras, other.fErasCount);
299 assignArray(fEraNames, fEraNamesCount, other.fEraNames, other.fEraNamesCount);
300 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount);
301 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount);
302 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount);
303 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount);
304 assignArray(fStandaloneMonth
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/unicode/
H A Ddtfmtsym.h796 static void assignArray(UnicodeString*& dstArray,

Completed in 141 milliseconds