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

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

Completed in 177 milliseconds