Searched defs:pDestLength (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Dustrtrns.cpp40 int32_t *pDestLength,
124 if(pDestLength) {
125 *pDestLength = reqLength;
140 int32_t *pDestLength,
145 dest, destCapacity, pDestLength,
154 int32_t *pDestLength,
230 if(pDestLength) {
231 *pDestLength = reqLength;
246 int32_t *pDestLength,
251 dest, destCapacity, pDestLength,
38 u_strFromUTF32WithSub(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
138 u_strFromUTF32(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const UChar32 *src, int32_t srcLength, UErrorCode *pErrorCode) argument
152 u_strToUTF32WithSub(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UChar32 subchar, int32_t *pNumSubstitutions, UErrorCode *pErrorCode) argument
244 u_strToUTF32(UChar32 *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Dustr_wcs.cpp65 int32_t *pDestLength,
206 if(pDestLength){
207 *pDestLength = count;
232 int32_t *pDestLength,
257 if(pDestLength){
258 *pDestLength = srcLength;
267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength,
272 return _strToWCS(dest,destCapacity,pDestLength,src,srcLength, pErrorCode);
283 int32_t *pDestLength,
461 if(pDestLength){
63 _strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
230 u_strToWCS(wchar_t *dest, int32_t destCapacity, int32_t *pDestLength, const UChar *src, int32_t srcLength, UErrorCode *pErrorCode) argument
281 _strFromWCS( UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
484 u_strFromWCS(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const wchar_t *src, int32_t srcLength, UErrorCode *pErrorCode) argument
[all...]
H A Dutext.cpp1398 int32_t *pDestLength,
1451 if(pDestLength){
1452 *pDestLength = reqLength;
1396 utext_strFromUTF8(UChar *dest, int32_t destCapacity, int32_t *pDestLength, const char* src, int32_t srcLength, UErrorCode *pErrorCode ) argument

Completed in 209 milliseconds