Searched refs:pDestLength (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ustr_wcs.cpp | 65 int32_t *pDestLength, in _strToWCS() argument 206 if(pDestLength){ in _strToWCS() 207 *pDestLength = count; in _strToWCS() 232 int32_t *pDestLength, in u_strToWCS() argument 257 if(pDestLength){ in u_strToWCS() 258 *pDestLength = srcLength; in u_strToWCS() 267 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS() 272 return _strToWCS(dest,destCapacity,pDestLength,src,srcLength, pErrorCode); in u_strToWCS() 283 int32_t *pDestLength, in _strFromWCS() argument 461 if(pDestLength){ in _strFromWCS() [all …]
|
D | ustrtrns.cpp | 40 int32_t *pDestLength, in u_strFromUTF32WithSub() argument 124 if(pDestLength) { in u_strFromUTF32WithSub() 125 *pDestLength = reqLength; in u_strFromUTF32WithSub() 140 int32_t *pDestLength, in u_strFromUTF32() argument 145 dest, destCapacity, pDestLength, in u_strFromUTF32() 154 int32_t *pDestLength, in u_strToUTF32WithSub() argument 230 if(pDestLength) { in u_strToUTF32WithSub() 231 *pDestLength = reqLength; in u_strToUTF32WithSub() 246 int32_t *pDestLength, in u_strToUTF32() argument 251 dest, destCapacity, pDestLength, in u_strToUTF32() [all …]
|
D | utext.cpp | 1404 int32_t *pDestLength, in utext_strFromUTF8() argument 1451 if(pDestLength){ in utext_strFromUTF8() 1452 *pDestLength = reqLength; in utext_strFromUTF8()
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1217 int32_t *pDestLength, 1246 int32_t *pDestLength, 1277 int32_t *pDestLength, 1307 int32_t *pDestLength, 1350 int32_t *pDestLength, 1395 int32_t *pDestLength, 1455 int32_t *pDestLength, 1485 int32_t *pDestLength, 1515 int32_t *pDestLength, 1558 int32_t *pDestLength, [all …]
|