Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strToWCS

1177         if (u_strToWCS(NULL,0,NULL,NULL,0,NULL) != NULL) {
1178 log_err("u_strToWCS() should return NULL with a bad argument\n");
1188 u_strToWCS(NULL,0,NULL,NULL,0,&err);
1190 log_err("u_strToWCS(NULL, NULL) failed. Error: %s \n", u_errorName(err));
1195 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1201 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1230 log_err("u_strToWCS() failed \n");
1244 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1250 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1276 log_err("u_strToWCS() failed \n");
1293 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1326 log_err("u_strToWCS() failed \n");
1396 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1399 log_err("test_widestrs: u_strToWCS error: %s!\n",errname);
1402 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);
1443 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1449 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1497 log_err("u_strToWCS() failed \n");
2103 u_strToWCS(destW, LENGTHOF(destW), &length, NULL, 0, &errorCode);
2105 log_err("u_strToWCS(source=NULL, sourceLength=0) failed\n");