Functions |
void | uprv_arrayCopy (const double* src, double* dst, int32_t count) |
void | uprv_arrayCopy (const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) |
void | uprv_arrayCopy (const int8_t* src, int8_t* dst, int32_t count) |
void | uprv_arrayCopy (const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) |
void | uprv_arrayCopy (const int16_t* src, int16_t* dst, int32_t count) |
void | uprv_arrayCopy (const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) |
void | uprv_arrayCopy (const int32_t* src, int32_t* dst, int32_t count) |
void | uprv_arrayCopy (const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) |
void | uprv_arrayCopy (const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) |
U_CAPI void U_EXPORT2 | T_fillOutputParams (const UnicodeString* temp, UChar* result, const int32_t resultLength, int32_t* resultLengthOut, UErrorCode* status) |