Home
last modified time | relevance | path

Searched defs:pDestLength (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Dustrtrns.cpp42 int32_t *pDestLength, in u_strFromUTF32WithSub()
142 int32_t *pDestLength, in u_strFromUTF32()
156 int32_t *pDestLength, in u_strToUTF32WithSub()
248 int32_t *pDestLength, in u_strToUTF32()
262 int32_t *pDestLength, in u_strFromUTF8WithSub()
542 int32_t *pDestLength, in u_strFromUTF8()
556 int32_t *pDestLength, in u_strFromUTF8Lenient()
795 int32_t *pDestLength, in u_strToUTF8WithSub()
1059 int32_t *pDestLength, in u_strToUTF8()
1074 int32_t *pDestLength, in u_strFromJavaModifiedUTF8WithSub()
[all …]
Dustr_wcs.cpp67 int32_t *pDestLength, in _strToWCS()
234 int32_t *pDestLength, in u_strToWCS()
285 int32_t *pDestLength, in _strFromWCS()
488 int32_t *pDestLength, in u_strFromWCS()
Dubiditransform.cpp86 uint32_t *pDestLength; /* number of UChars written to dest */ member
Dutext.cpp1420 int32_t *pDestLength, in utext_strFromUTF8()
/external/icu/libicu/src/
Dshim.cpp503 UChar * u_strFromUTF32(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UChar32 * s… in u_strFromUTF32()
506 UChar * u_strFromUTF32WithSub(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UCha… in u_strFromUTF32WithSub()
509 UChar * u_strFromUTF8(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char * src, … in u_strFromUTF8()
512 UChar * u_strFromUTF8Lenient(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char … in u_strFromUTF8Lenient()
515 UChar * u_strFromUTF8WithSub(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char … in u_strFromUTF8WithSub()
527 UChar32 * u_strToUTF32(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * s… in u_strToUTF32()
530 UChar32 * u_strToUTF32WithSub(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const UC… in u_strToUTF32WithSub()
533 char * u_strToUTF8(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * src, int… in u_strToUTF8()
536 char * u_strToUTF8WithSub(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * s… in u_strToUTF8WithSub()
/external/icu/libandroidicu/static_shim/
Dshim.cpp166 UChar * u_strFromUTF8_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char… in u_strFromUTF8_android()
169 UChar * u_strFromUTF8WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, con… in u_strFromUTF8WithSub_android()
175 char * u_strToUTF8_android(char * dest, int32_t destCapacity, int32_t * pDestLength, const UChar * … in u_strToUTF8_android()