Lines Matching refs:u_strToWCS
1190 if (u_strToWCS(NULL,0,NULL,NULL,0,NULL) != NULL) { in Test_UChar_WCHART_API()
1201 u_strToWCS(NULL,0,NULL,NULL,0,&err); in Test_UChar_WCHART_API()
1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1214 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1257 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1263 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1306 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API()
1312 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API()
1409 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err); in Test_widestrs()
1457 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status); in Test_WCHART_LongString()
1463 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status); in Test_WCHART_LongString()
2117 u_strToWCS(destW, UPRV_LENGTHOF(destW), &length, NULL, 0, &errorCode); in TestNullEmptySource()