/third_party/node/deps/icu-small/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() function 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() function 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() function 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() function 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() function 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() function 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() function 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() function 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() function 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() function [all …]
|
/third_party/icu/icu4c/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() function 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() function 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() function 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() function 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() function 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() function 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() function 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() function 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() function 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() function [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() function 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() function 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() function 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() function 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() function 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() function 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() function 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() function 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() function 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() function [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | cpputils.h | 28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() function 32 inline void uprv_arrayCopy(const double* src, int32_t srcStart, in uprv_arrayCopy() function 37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() function 41 inline void uprv_arrayCopy(const int8_t* src, int32_t srcStart, in uprv_arrayCopy() function 46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() function 50 inline void uprv_arrayCopy(const int16_t* src, int32_t srcStart, in uprv_arrayCopy() function 55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy() function 59 inline void uprv_arrayCopy(const int32_t* src, int32_t srcStart, in uprv_arrayCopy() function 65 uprv_arrayCopy(const UChar *src, int32_t srcStart, in uprv_arrayCopy() function 74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy() function [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtfmtsym.cpp | 890 uprv_arrayCopy(yearNames, fShortYearNames, count); in setYearNames() 912 uprv_arrayCopy(zodiacNames, fShortZodiacNames, count); in setZodiacNames() 929 uprv_arrayCopy(erasArray,fEras, count); in setEras() 943 uprv_arrayCopy(eraNamesArray,fEraNames, count); in setEraNames() 957 uprv_arrayCopy(narrowErasArray,fNarrowEras, count); in setNarrowEras() 971 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths() 985 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths() 1003 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths() 1010 uprv_arrayCopy( monthsArray,fShortMonths,count); in setMonths() 1017 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths() [all …]
|
D | calendar.cpp | 820 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT); in operator =() 821 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =() 822 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT); in operator =()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtfmtsym.cpp | 882 uprv_arrayCopy(yearNames, fShortYearNames, count); in setYearNames() 904 uprv_arrayCopy(zodiacNames, fShortZodiacNames, count); in setZodiacNames() 921 uprv_arrayCopy(erasArray,fEras, count); in setEras() 935 uprv_arrayCopy(eraNamesArray,fEraNames, count); in setEraNames() 949 uprv_arrayCopy(narrowErasArray,fNarrowEras, count); in setNarrowEras() 963 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths() 977 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths() 995 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths() 1002 uprv_arrayCopy( monthsArray,fShortMonths,count); in setMonths() 1009 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths() [all …]
|
D | calendar.cpp | 820 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT); in operator =() 821 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =() 822 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT); in operator =()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtfmtsym.cpp | 880 uprv_arrayCopy(yearNames, fShortYearNames, count); in setYearNames() 902 uprv_arrayCopy(zodiacNames, fShortZodiacNames, count); in setZodiacNames() 919 uprv_arrayCopy(erasArray,fEras, count); in setEras() 933 uprv_arrayCopy(eraNamesArray,fEraNames, count); in setEraNames() 947 uprv_arrayCopy(narrowErasArray,fNarrowEras, count); in setNarrowEras() 961 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths() 975 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths() 993 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths() 1000 uprv_arrayCopy( monthsArray,fShortMonths,count); in setMonths() 1007 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths() [all …]
|
D | calendar.cpp | 808 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT); in operator =() 809 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =() 810 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT); in operator =()
|
/third_party/icu/icu4c/source/i18n/ |
D | dtfmtsym.cpp | 882 uprv_arrayCopy(yearNames, fShortYearNames, count); in setYearNames() 904 uprv_arrayCopy(zodiacNames, fShortZodiacNames, count); in setZodiacNames() 921 uprv_arrayCopy(erasArray,fEras, count); in setEras() 935 uprv_arrayCopy(eraNamesArray,fEraNames, count); in setEraNames() 949 uprv_arrayCopy(narrowErasArray,fNarrowEras, count); in setNarrowEras() 963 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths() 977 uprv_arrayCopy(shortMonthsArray,fShortMonths, count); in setShortMonths() 995 uprv_arrayCopy( monthsArray,fMonths,count); in setMonths() 1002 uprv_arrayCopy( monthsArray,fShortMonths,count); in setMonths() 1009 uprv_arrayCopy( monthsArray,fNarrowMonths,count); in setMonths() [all …]
|
D | calendar.cpp | 820 uprv_arrayCopy(right.fFields, fFields, UCAL_FIELD_COUNT); in operator =() 821 uprv_arrayCopy(right.fIsSet, fIsSet, UCAL_FIELD_COUNT); in operator =() 822 uprv_arrayCopy(right.fStamp, fStamp, UCAL_FIELD_COUNT); in operator =()
|