Searched refs:uSrc (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 515 const UChar* uSrc = src16; in Test_UChar_UTF8_API() local 527 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 535 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 609 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 615 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API() 1170 const UChar* uSrc = src16j; in Test_UChar_WCHART_API() local 1202 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() 1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() 1244 uSrc = src16WithNulls; in Test_UChar_WCHART_API() 1251 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() [all …]
|
D | creststn.c | 414 static const UChar uSrc[] = { in TestDecodedBundle() local 467 if(u_strncmp(srcFromRes,uSrc,len)!=0){ in TestDecodedBundle() 471 if(uSrc[num]!=srcFromRes[num]){ in TestDecodedBundle() 472 log_verbose(" Expected: 0x%04X Got: 0x%04X \n", uSrc[num],srcFromRes[num]); in TestDecodedBundle() 476 if (len != u_strlen(uSrc)) { in TestDecodedBundle()
|
/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 279 const UChar* uSrc = src_; 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()
|
/third_party/ffmpeg/libswscale/ |
D | output.c | 190 const int32_t **uSrc = (const int32_t **)chrUSrc; in yuv2nv12cX_16_c_template() local 204 u += uSrc[j][i] * (unsigned)chrFilter[j]; in yuv2nv12cX_16_c_template()
|