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

  /external/icu/icu4c/source/i18n/
dtfmtsym.cpp 299 DateFormatSymbols::assignArray(UnicodeString*& dstArray,
304 // assignArray() is only called by copyData() and initializeData(), which in turn
347 // fastCopyFrom() - see assignArray comments
372 assignArray(fEras, fErasCount, other.fEras, other.fErasCount);
373 assignArray(fEraNames, fEraNamesCount, other.fEraNames, other.fEraNamesCount);
374 assignArray(fNarrowEras, fNarrowErasCount, other.fNarrowEras, other.fNarrowErasCount);
375 assignArray(fMonths, fMonthsCount, other.fMonths, other.fMonthsCount);
376 assignArray(fShortMonths, fShortMonthsCount, other.fShortMonths, other.fShortMonthsCount);
377 assignArray(fNarrowMonths, fNarrowMonthsCount, other.fNarrowMonths, other.fNarrowMonthsCount);
378 assignArray(fStandaloneMonths, fStandaloneMonthsCount, other.fStandaloneMonths, other.fStandaloneMonthsCount)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
dtfmtsym.h     [all...]

Completed in 145 milliseconds