Home | History | Annotate | Download | only in cintltst

Lines Matching full:usrc

514     const UChar* uSrc = src16;
526 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
534 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
608 u_strToUTF8(NULL,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
614 u_strToUTF8(u8Target,u8TargetLength, &u8DestLen, uSrc, uSrcLen,&err);
1176 const UChar* uSrc = src16j;
1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1214 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1250 uSrc = src16WithNulls;
1257 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1263 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1298 uSrc = src16j;
1306 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1312 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1441 const UChar* uSrc = str;
1457 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1463 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1470 if(wDest[j]!=uSrc[j]) {
1471 log_verbose("Diff %04X vs %04X @ %d\n", wDest[j],uSrc[j],j);