Searched defs:pDestLength (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustrtrns.cpp | 42 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 …]
|
D | ustr_wcs.cpp | 67 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()
|
D | ubiditransform.cpp | 86 uint32_t *pDestLength; /* number of UChars written to dest */ member
|
D | utext.cpp | 1418 int32_t *pDestLength, in utext_strFromUTF8()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 373 …vaModifiedUTF8WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const cha… in u_strFromJavaModifiedUTF8WithSub_android() 376 UChar * u_strFromUTF32_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const UCh… in u_strFromUTF32_android() 379 UChar * u_strFromUTF32WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, co… in u_strFromUTF32WithSub_android() 382 UChar * u_strFromUTF8_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const char… in u_strFromUTF8_android() 385 UChar * u_strFromUTF8Lenient_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, con… in u_strFromUTF8Lenient_android() 388 UChar * u_strFromUTF8WithSub_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, con… in u_strFromUTF8WithSub_android() 391 UChar * u_strFromWCS_android(UChar * dest, int32_t destCapacity, int32_t * pDestLength, const wchar… in u_strFromWCS_android() 397 char * u_strToJavaModifiedUTF8_android(char * dest, int32_t destCapacity, int32_t * pDestLength, co… in u_strToJavaModifiedUTF8_android() 406 UChar32 * u_strToUTF32_android(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, const U… in u_strToUTF32_android() 409 UChar32 * u_strToUTF32WithSub_android(UChar32 * dest, int32_t destCapacity, int32_t * pDestLength, … in u_strToUTF32WithSub_android() [all …]
|