Searched refs:uprv_arrayCopy (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dcpputils.h26 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) function
30 inline void uprv_arrayCopy(const double* src, int32_t srcStart, function
35 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) function
39 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, function
44 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) function
48 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, function
53 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) function
57 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, function
63 uprv_arrayCopy(const UChar *src, int32_t srcStart, function
72 uprv_arrayCopy(cons function
80 uprv_arrayCopy(const U_NAMESPACE_QUALIFIER UnicodeString *src, int32_t srcStart, function
[all...]
/external/icu4c/i18n/
H A Ddtfmtsym.cpp722 uprv_arrayCopy(erasArray,fEras, count);
736 uprv_arrayCopy(eraNamesArray,fEraNames, count);
750 uprv_arrayCopy(narrowErasArray,fNarrowEras, count);
764 uprv_arrayCopy( monthsArray,fMonths,count);
778 uprv_arrayCopy(shortMonthsArray,fShortMonths, count);
796 uprv_arrayCopy( monthsArray,fMonths,count);
803 uprv_arrayCopy( monthsArray,fShortMonths,count);
810 uprv_arrayCopy( monthsArray,fNarrowMonths,count);
823 uprv_arrayCopy( monthsArray,fStandaloneMonths,count);
830 uprv_arrayCopy( monthsArra
[all...]
H A Dcalendar.cpp741 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT);
742 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT);
743 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT);

Completed in 84 milliseconds