Home | History | Annotate | Download | only in cintltst

Lines Matching refs:u_strToWCS

1188         if (u_strToWCS(NULL,0,NULL,NULL,0,NULL) != NULL) {
1189 log_err("u_strToWCS() should return NULL with a bad argument\n");
1199 u_strToWCS(NULL,0,NULL,NULL,0,&err);
1201 log_err("u_strToWCS(NULL, NULL) failed. Error: %s \n", u_errorName(err));
1206 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1212 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1241 log_err("u_strToWCS() failed \n");
1255 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1261 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err);
1287 log_err("u_strToWCS() failed \n");
1304 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1310 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err);
1337 log_err("u_strToWCS() failed \n");
1407 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err);
1410 log_err("test_widestrs: u_strToWCS error: %s!\n",errname);
1413 log_err("u_strToWCS: ustr = %s, ul = %d, ws = %S, wl = %d!\n", u_austrcpy(astr, ustr), ul, ws, wl);
1455 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1461 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status);
1509 log_err("u_strToWCS() failed \n");
2115 u_strToWCS(destW, UPRV_LENGTHOF(destW), &length, NULL, 0, &errorCode);
2117 log_err("u_strToWCS(source=NULL, sourceLength=0) failed\n");