Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strToWCS

1190         if (u_strToWCS(NULL,0,NULL,NULL,0,NULL) != NULL) {
1191 log_err("u_strToWCS() should return NULL with a bad argument\n");
1201 u_strToWCS(NULL,0,NULL,NULL,0,&err);
1203 log_err("u_strToWCS(NULL, NULL) failed. Error: %s \n", u_errorName(err));
1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1214 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1243 log_err("u_strToWCS() failed \n");
1257 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1263 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1289 log_err("u_strToWCS() failed \n");
1306 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1312 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1339 log_err("u_strToWCS() failed \n");
1409 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1412 log_err("test_widestrs: u_strToWCS error: %s!\n",errname);
1415 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);
1457 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1463 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1511 log_err("u_strToWCS() failed \n");
2117 u_strToWCS(destW, LENGTHOF(destW), &length, NULL, 0, &errorCode);
2119 log_err("u_strToWCS(source=NULL, sourceLength=0) failed\n");