Home
last modified time | relevance | path

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

/external/icu4c/test/perf/ustrperf/
Dstringperf.h252 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/icu4c/test/cintltst/
Dcustrtrn.c1177 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()
[all …]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dustring.h1180 u_strToWCS(wchar_t *dest,
Durename.h265 #define u_strToWCS u_strToWCS_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
Dustring.h1180 u_strToWCS(wchar_t *dest,
Durename.h265 #define u_strToWCS u_strToWCS_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dustring.h1180 u_strToWCS(wchar_t *dest,
Durename.h265 #define u_strToWCS u_strToWCS_3_2 macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dustring.h1180 u_strToWCS(wchar_t *dest,
Durename.h265 #define u_strToWCS u_strToWCS_3_2 macro
/external/icu4c/common/
Dustr_wcs.c230 u_strToWCS(wchar_t *dest, in u_strToWCS() function
/external/icu4c/common/unicode/
Dustring.h1208 u_strToWCS(wchar_t *dest,
Durename.h377 #define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) macro