Searched refs:u_strToWCS (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 252 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err); in prepareLinesForStd() 257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err); in prepareLinesForStd() 282 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd() 288 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd() 299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd() 305 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
|
/external/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 1188 if (u_strToWCS(NULL,0,NULL,NULL,0,NULL) != NULL) { in Test_UChar_WCHART_API() 1199 u_strToWCS(NULL,0,NULL,NULL,0,&err); in Test_UChar_WCHART_API() 1206 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() 1212 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() 1255 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() 1261 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() 1304 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API() 1310 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API() 1407 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err); in Test_widestrs() 1455 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status); in Test_WCHART_LongString() [all …]
|
/external/icu/icu4c/source/common/ |
D | ustr_wcs.cpp | 230 u_strToWCS(wchar_t *dest, in u_strToWCS() function
|
/external/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1215 u_strToWCS(wchar_t *dest,
|
D | urename.h | 369 #define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) macro
|