HomeSort by relevance Sort by last modified time
    Searched refs:assignArray (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
dtfmtsym.cpp 246 DateFormatSymbols::assignArray(UnicodeString*& dstArray,
251 // assignArray() is only called by copyData(), which in turn implements the
294 // fastCopyFrom() - see assignArray comments
314 assignArray(fEras, fErasCount, other.fEras, other.fErasCount);
315 assignArray(fEraNames, fEraNamesCount, other.fEraNames, other.fEraNamesCount);
316 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount);
317 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount);
318 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount);
319 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount);
320 assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneMonthsCount)
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 695 static void assignArray(UnicodeString*& dstArray,

Completed in 29 milliseconds