Searched refs:uSrcLen (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 513 int32_t uSrcLen = sizeof(src16)/2; in Test_UChar_UTF8_API() local 524 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 532 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 586 for(i=0; i< uSrcLen; i++){ in Test_UChar_UTF8_API() 602 uSrcLen =-1; in Test_UChar_UTF8_API() 606 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 612 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 656 for(i=0; i< uSrcLen; i++){ in Test_UChar_UTF8_API() 1175 int32_t uSrcLen = sizeof(src16j)/2; in Test_UChar_WCHART_API() local 1206 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 | 275 int32_t uSrcLen = srcLen_; in prepareBulkForStd() local 282 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd() 288 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd() 299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd() 305 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
|