Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

cpputils.h File Reference

Go to the source code of this file.

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)


Function Documentation

U_CAPI void U_EXPORT2 T_fillOutputParams ( const UnicodeString * temp,
UChar * result,
const int32_t resultLength,
int32_t * resultLengthOut,
UErrorCode * status )
 

void uprv_arrayCopy ( const UChar * src,
int32_t srcStart,
UChar * dst,
int32_t dstStart,
int32_t count ) [inline]
 

Definition at line 57 of file cpputils.h.

void uprv_arrayCopy ( const int32_t * src,
int32_t srcStart,
int32_t * dst,
int32_t dstStart,
int32_t count ) [inline]
 

Definition at line 52 of file cpputils.h.

void uprv_arrayCopy ( const int32_t * src,
int32_t * dst,
int32_t count ) [inline]
 

Definition at line 49 of file cpputils.h.

void uprv_arrayCopy ( const int16_t * src,
int32_t srcStart,
int16_t * dst,
int32_t dstStart,
int32_t count ) [inline]
 

Definition at line 45 of file cpputils.h.

void uprv_arrayCopy ( const int16_t * src,
int16_t * dst,
int32_t count ) [inline]
 

Definition at line 42 of file cpputils.h.

void uprv_arrayCopy ( const int8_t * src,
int32_t srcStart,
int8_t * dst,
int32_t dstStart,
int32_t count ) [inline]
 

Definition at line 38 of file cpputils.h.

void uprv_arrayCopy ( const int8_t * src,
int8_t * dst,
int32_t count ) [inline]
 

Definition at line 35 of file cpputils.h.

void uprv_arrayCopy ( const double * src,
int32_t srcStart,
double * dst,
int32_t dstStart,
int32_t count ) [inline]
 

Definition at line 31 of file cpputils.h.

void uprv_arrayCopy ( const double * src,
double * dst,
int32_t count ) [inline]
 

Definition at line 28 of file cpputils.h.


Generated at Tue Dec 5 17:55:38 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000