Lines Matching refs:u_strToWCS
1177 if (u_strToWCS(NULL,0,NULL,NULL,0,NULL) != NULL) { in Test_UChar_WCHART_API()
1188 u_strToWCS(NULL,0,NULL,NULL,0,&err); in Test_UChar_WCHART_API()
1195 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1201 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1244 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1250 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1293 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API()
1299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API()
1396 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err); in Test_widestrs()
1443 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status); in Test_WCHART_LongString()
1449 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status); in Test_WCHART_LongString()
2103 u_strToWCS(destW, LENGTHOF(destW), &length, NULL, 0, &errorCode); in TestNullEmptySource()