Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcustrtrn.c137 const UChar* uSrc = src16; in Test_UChar_UTF32_API() local
146 u_strToUTF32(u32Target,u32TargetLength, &u32DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF32_API()
152 u_strToUTF32(u32Target,u32TargetLength, &u32DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF32_API()
211 u_strToUTF32(NULL,u32TargetLength, &u32DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF32_API()
217 u_strToUTF32(u32Target,u32TargetLength, &u32DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF32_API()
270 const UChar* uSrc = src16; in Test_UChar_UTF8_API() local
282 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API()
290 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API()
364 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API()
370 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err); in Test_UChar_UTF8_API()
[all …]
Dcreststn.c375 static const UChar uSrc[] = { in TestDecodedBundle() local
432 if(u_strncmp(srcFromRes,uSrc,len)!=0){ in TestDecodedBundle()
436 if(uSrc[num]!=srcFromRes[num]){ in TestDecodedBundle()
437 log_verbose(" Expected: 0x%04X Got: 0x%04X \n", uSrc[num],srcFromRes[num]); in TestDecodedBundle()
441 if (len != u_strlen(uSrc)) { in TestDecodedBundle()
/external/icu4c/test/perf/ustrperf/
Dstringperf.h272 const UChar* uSrc = src_; in prepareBulkForStd() local
280 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd()
286 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd()
297 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
303 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()