Searched refs:uSrcLen (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 515 int32_t uSrcLen = sizeof(src16)/2; in Test_UChar_UTF8_API() local 526 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 534 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 588 for(i=0; i< uSrcLen; i++){ in Test_UChar_UTF8_API() 604 uSrcLen =-1; in Test_UChar_UTF8_API() 608 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 614 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 658 for(i=0; i< uSrcLen; i++){ in Test_UChar_UTF8_API() 1170 int32_t uSrcLen = sizeof(src16j)/2; in Test_UChar_WCHART_API() local 1201 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() [all …]
|
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 280 int32_t uSrcLen = srcLen_; in prepareBulkForStd() local 287 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd() 293 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd() 304 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd() 310 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
|