/external/icu4c/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 | 1390 int32_t *pDestLength, in utext_strFromUTF8() argument 1437 if(pDestLength){ in utext_strFromUTF8() 1438 *pDestLength = reqLength; in utext_strFromUTF8()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ustr_wcs.c | 62 int32_t *pDestLength, in _strToWCS() argument 199 if(pDestLength){ in _strToWCS() 200 *pDestLength = count; in _strToWCS() 225 int32_t *pDestLength, in u_strToWCS() argument 250 if(pDestLength){ in u_strToWCS() 251 *pDestLength = srcLength; in u_strToWCS() 260 return (wchar_t*)u_strToUTF32((UChar32*)dest, destCapacity, pDestLength, in u_strToWCS() 265 return _strToWCS(dest,destCapacity,pDestLength,src,srcLength, pErrorCode); in u_strToWCS() 276 int32_t *pDestLength, in _strFromWCS() argument 454 if(pDestLength){ in _strFromWCS() [all …]
|
D | ustrtrns.c | 36 int32_t *pDestLength, in u_strFromUTF32WithSub() argument 120 if(pDestLength) { in u_strFromUTF32WithSub() 121 *pDestLength = reqLength; in u_strFromUTF32WithSub() 136 int32_t *pDestLength, in u_strFromUTF32() argument 141 dest, destCapacity, pDestLength, in u_strFromUTF32() 150 int32_t *pDestLength, in u_strToUTF32WithSub() argument 226 if(pDestLength) { in u_strToUTF32WithSub() 227 *pDestLength = reqLength; in u_strToUTF32WithSub() 242 int32_t *pDestLength, in u_strToUTF32() argument 247 dest, destCapacity, pDestLength, in u_strToUTF32() [all …]
|
D | utext.cpp | 1744 int32_t *pDestLength, in utext_strFromUTF8() argument 1797 if(pDestLength){ in utext_strFromUTF8() 1798 *pDestLength = reqLength; in utext_strFromUTF8()
|
/external/icu4c/common/unicode/ |
D | ustring.h | 1217 int32_t *pDestLength, 1246 int32_t *pDestLength, 1277 int32_t *pDestLength, 1307 int32_t *pDestLength, 1351 int32_t *pDestLength, 1397 int32_t *pDestLength, 1457 int32_t *pDestLength, 1487 int32_t *pDestLength, 1517 int32_t *pDestLength, 1561 int32_t *pDestLength, [all …]
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | ustring.h | 1210 int32_t *pDestLength, 1239 int32_t *pDestLength, 1270 int32_t *pDestLength, 1300 int32_t *pDestLength, 1344 int32_t *pDestLength, 1390 int32_t *pDestLength, 1450 int32_t *pDestLength, 1480 int32_t *pDestLength, 1510 int32_t *pDestLength, 1554 int32_t *pDestLength, [all …]
|