Lines Matching refs: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);
1163 const UChar* uSrc = src16j;
1195 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1201 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1237 uSrc = src16WithNulls;
1244 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1250 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1285 uSrc = src16j;
1293 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1427 const UChar* uSrc = str;
1441 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1447 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);