/third_party/icu/icu4c/source/test/perf/ustrperf/ |
D | stringperf.h | 257 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()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | custrtrn.c | 1184 if (u_strToWCS(NULL,0,NULL,NULL,0,NULL) != NULL) { in Test_UChar_WCHART_API() 1195 u_strToWCS(NULL,0,NULL,NULL,0,&err); in Test_UChar_WCHART_API() 1202 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() 1208 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,uSrcLen-1,&err); in Test_UChar_WCHART_API() 1251 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() 1300 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API() 1306 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&err); in Test_UChar_WCHART_API() 1403 wcs = u_strToWCS(ws, wcap, &wl, ustr, ul, &err); in Test_widestrs() 1451 u_strToWCS(wDest,wDestLen,&reqLen,uSrc,-1,&status); in Test_WCHART_LongString() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ustr_wcs.cpp | 232 u_strToWCS(wchar_t *dest, in u_strToWCS() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ustr_wcs.cpp | 232 u_strToWCS(wchar_t *dest, in u_strToWCS() function
|
/third_party/icu/icu4c/source/common/ |
D | ustr_wcs.cpp | 232 u_strToWCS(wchar_t *dest, in u_strToWCS() function
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ustring.h | 1204 u_strToWCS(wchar_t *dest,
|
D | urename.h | 379 #define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ustring.h | 1204 u_strToWCS(wchar_t *dest,
|
D | urename.h | 374 #define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ustring.h | 1200 u_strToWCS(wchar_t *dest,
|
D | urename.h | 380 #define u_strToWCS U_ICU_ENTRY_POINT_RENAME(u_strToWCS) macro
|
/third_party/icu/docs/userguide/icu4c/ |
D | faq.md | 345 that header file you will find `u_strToWCS`, `u_strFromWCS`, `u_strToUTF8`,
|