Home
last modified time | relevance | path

Searched refs:u_strToWCS (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err); in prepareLinesForStd()
262 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err); in prepareLinesForStd()
287 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd()
293 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen,&err); in prepareBulkForStd()
304 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
310 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in prepareBulkForStd()
/external/icu/icu4c/source/test/cintltst/
Dcustrtrn.c1183 if (u_strToWCS(NULL,0,NULL,NULL,0,NULL) != NULL) { in Test_UChar_WCHART_API()
1194 u_strToWCS(NULL,0,NULL,NULL,0,&err); in Test_UChar_WCHART_API()
1201 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1207 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()
1256 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API()
1299 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API()
1305 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API()
1402 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err); in Test_widestrs()
1450 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status); in Test_WCHART_LongString()
[all …]
/external/icu/icu4c/source/common/
Dustr_wcs.cpp232 u_strToWCS(wchar_t *dest, in u_strToWCS() function
/external/icu/libandroidicu/include/unicode/
Dustring.h1204 u_strToWCS(wchar_t *dest,
Durename.h370 #define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) macro
/external/icu/icu4c/source/common/unicode/
Dustring.h1204 u_strToWCS(wchar_t *dest,
Durename.h370 #define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp422 return u_strToWCS(dest, destCapacity, pDestLength, src, srcLength, pErrorCode); in u_strToWCS_android()