Home
last modified time | relevance | path

Searched refs:uSrc (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcustrtrn.c514 const UChar* uSrc = src16; 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()
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()
1176 const UChar* uSrc = src16j; in Test_UChar_WCHART_API() local
1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1214 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1250 uSrc = src16WithNulls; in Test_UChar_WCHART_API()
1257 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
[all …]
Dcreststn.c384 static const UChar uSrc[] = { in TestDecodedBundle() local
437 if(u_strncmp(srcFromRes,uSrc,len)!=0){ in TestDecodedBundle()
441 if(uSrc[num]!=srcFromRes[num]){ in TestDecodedBundle()
442 log_verbose(" Expected: 0x%04X Got: 0x%04X \n", uSrc[num],srcFromRes[num]); in TestDecodedBundle()
446 if (len != u_strlen(uSrc)) { in TestDecodedBundle()
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h279 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()