Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcustrtrn.c512 const UChar* uSrc = src16; 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()
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()
1174 const UChar* uSrc = src16j; in Test_UChar_WCHART_API() local
1206 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1212 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1248 uSrc = src16WithNulls; in Test_UChar_WCHART_API()
1255 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
[all …]
Dcreststn.c381 static const UChar uSrc[] = { in TestDecodedBundle() local
434 if(u_strncmp(srcFromRes,uSrc,len)!=0){ in TestDecodedBundle()
438 if(uSrc[num]!=srcFromRes[num]){ in TestDecodedBundle()
439 log_verbose(" Expected: 0x%04X Got: 0x%04X \n", uSrc[num],srcFromRes[num]); in TestDecodedBundle()
443 if (len != u_strlen(uSrc)) { in TestDecodedBundle()
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h274 const UChar* uSrc = src_; 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()