OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uprv_arrayCopy
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/common/
cpputils.h
26
inline void
uprv_arrayCopy
(const double* src, double* dst, int32_t count)
30
inline void
uprv_arrayCopy
(const double* src, int32_t srcStart,
35
inline void
uprv_arrayCopy
(const int8_t* src, int8_t* dst, int32_t count)
39
inline void
uprv_arrayCopy
(const int8_t* src, int32_t srcStart,
44
inline void
uprv_arrayCopy
(const int16_t* src, int16_t* dst, int32_t count)
48
inline void
uprv_arrayCopy
(const int16_t* src, int32_t srcStart,
53
inline void
uprv_arrayCopy
(const int32_t* src, int32_t* dst, int32_t count)
57
inline void
uprv_arrayCopy
(const int32_t* src, int32_t srcStart,
63
uprv_arrayCopy
(const UChar *src, int32_t srcStart,
72
uprv_arrayCopy
(const U_NAMESPACE_QUALIFIER UnicodeString *src, U_NAMESPACE_QUALIFIER UnicodeString *dst, int32_t (…)
[
all
...]
/external/icu4c/i18n/
dtfmtsym.cpp
722
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
( monthsArray,fStandaloneShortMonths,count)
[
all
...]
calendar.cpp
741
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);
[
all
...]
Completed in 865 milliseconds