/third_party/FatFs/source/ |
D | ffunicode.c | 39 static const WCHAR uni2oem932[] = { /* Unicode --> Shift_JIS pairs */ 966 static const WCHAR oem2uni932[] = { /* Shift_JIS --> Unicode pairs */ 1895 static const WCHAR uni2oem936[] = { /* Unicode --> GBK pairs */ 4623 static const WCHAR oem2uni936[] = { /* GBK --> Unicode pairs */ 7353 static const WCHAR uni2oem949[] = { /* Unicode --> Korean pairs */ 9488 static const WCHAR oem2uni949[] = { /* Korean --> Unicode pairs */ 11625 static const WCHAR uni2oem950[] = { /* Unicode --> Big5 pairs */ 13316 static const WCHAR oem2uni950[] = { /* Big5 --> Unicode pairs */ 15009 static const WCHAR uc437[] = { /* CP437(U.S.) to Unicode conversion table */ 15021 static const WCHAR uc720[] = { /* CP720(Arabic) to Unicode conversion table */ [all …]
|
/third_party/icu/icu4c/source/test/perf/convperf/ |
D | data.h | 76 WCHAR iso2022jp_uniSource[]={ 189 WCHAR iso2022jp_uniSmSource[]={ 254 WCHAR sjis_uniSource[]={ 361 WCHAR sjis_uniSmSource[]={ 425 WCHAR eucjp_uniSource[]={ 532 WCHAR eucjp_uniSmSource[]={ 617 WCHAR iso2022kr_uniSource[]={ 748 WCHAR iso2022kr_uniSmSource[]={ 809 WCHAR gb2312_uniSource[]={ 919 WCHAR gb2312_uniSmSource[]={ [all …]
|
/third_party/libuv/src/win/ |
D | process.c | 41 const WCHAR* const wide; 42 const WCHAR* const wide_eq; 108 static int uv__utf8_to_utf16_alloc(const char* s, WCHAR** ws_ptr) { in uv__utf8_to_utf16_alloc() 110 WCHAR* ws; in uv__utf8_to_utf16_alloc() 122 ws = (WCHAR*) uv__malloc(ws_len * sizeof(WCHAR)); in uv__utf8_to_utf16_alloc() 162 static WCHAR* search_path_join_test(const WCHAR* dir, in search_path_join_test() 164 const WCHAR* name, in search_path_join_test() 166 const WCHAR* ext, in search_path_join_test() 168 const WCHAR* cwd, in search_path_join_test() 170 WCHAR *result, *result_pos; in search_path_join_test() [all …]
|
D | fs-event.c | 66 static void uv__relative_path(const WCHAR* filename, in uv__relative_path() 67 const WCHAR* dir, in uv__relative_path() 68 WCHAR** relpath) { in uv__relative_path() 76 *relpath = uv__malloc((relpathlen + 1) * sizeof(WCHAR)); in uv__relative_path() 83 static int uv__split_path(const WCHAR* filename, WCHAR** dir, in uv__split_path() 84 WCHAR** file) { in uv__split_path() 105 *dir = (WCHAR*)uv__malloc(dir_len * sizeof(WCHAR)); in uv__split_path() 120 *dir = (WCHAR*)uv__malloc((i + 2) * sizeof(WCHAR)); in uv__split_path() 128 *file = (WCHAR*)uv__malloc((len - i) * sizeof(WCHAR)); in uv__split_path() 162 WCHAR* dir = NULL, *dir_to_watch, *pathw = NULL; in uv_fs_event_start() [all …]
|
D | getaddrinfo.c | 61 WCHAR* ai_canonname; 66 DECLSPEC_IMPORT int WSAAPI GetAddrInfoW(const WCHAR* node, 67 const WCHAR* service, 290 -1, NULL, 0) * sizeof(WCHAR)); in uv_getaddrinfo() 305 sizeof(WCHAR)); in uv_getaddrinfo() 328 req->node = (WCHAR*)alloc_ptr; in uv_getaddrinfo() 333 (WCHAR*) alloc_ptr, in uv_getaddrinfo() 334 nodesize / sizeof(WCHAR)) == 0) { in uv_getaddrinfo() 346 req->service = (WCHAR*)alloc_ptr; in uv_getaddrinfo() 351 (WCHAR*) alloc_ptr, in uv_getaddrinfo() [all …]
|
D | fs.c | 121 const WCHAR JUNCTION_PREFIX[] = L"\\??\\"; 122 const WCHAR JUNCTION_PREFIX_LEN = 4; 124 const WCHAR LONG_PATH_PREFIX[] = L"\\\\?\\"; 125 const WCHAR LONG_PATH_PREFIX_LEN = 4; 127 const WCHAR UNC_PATH_PREFIX[] = L"\\\\?\\UNC\\"; 128 const WCHAR UNC_PATH_PREFIX_LEN = 8; 165 buf_sz += pathw_len * sizeof(WCHAR); in fs__capture_path() 184 buf_sz += new_pathw_len * sizeof(WCHAR); in fs__capture_path() 207 (WCHAR*) pos, in fs__capture_path() 210 req->file.pathw = (WCHAR*) pos; in fs__capture_path() [all …]
|
D | util.c | 98 WCHAR* utf16_buffer; in uv_exepath() 112 utf16_buffer = (WCHAR*) uv__malloc(sizeof(WCHAR) * utf16_buffer_len); in uv_exepath() 156 WCHAR *utf16_buffer; in uv_cwd() 167 utf16_buffer = uv__malloc(utf16_len * sizeof(WCHAR)); in uv_cwd() 228 WCHAR *utf16_buffer; in uv_chdir() 230 WCHAR drive_letter, env_var[4]; in uv_chdir() 245 utf16_buffer = uv__malloc(utf16_len * sizeof(WCHAR)); in uv_chdir() 271 utf16_buffer = uv__malloc(new_utf16_len * sizeof(WCHAR)); in uv_chdir() 397 WCHAR* title_w = NULL; in uv_set_process_title() 409 title_w = (WCHAR*)uv__malloc(sizeof(WCHAR) * length); in uv_set_process_title() [all …]
|
/third_party/node/deps/uv/src/win/ |
D | process.c | 41 const WCHAR* const wide; 42 const WCHAR* const wide_eq; 108 static int uv__utf8_to_utf16_alloc(const char* s, WCHAR** ws_ptr) { in uv__utf8_to_utf16_alloc() 110 WCHAR* ws; in uv__utf8_to_utf16_alloc() 122 ws = (WCHAR*) uv__malloc(ws_len * sizeof(WCHAR)); in uv__utf8_to_utf16_alloc() 162 static WCHAR* search_path_join_test(const WCHAR* dir, in search_path_join_test() 164 const WCHAR* name, in search_path_join_test() 166 const WCHAR* ext, in search_path_join_test() 168 const WCHAR* cwd, in search_path_join_test() 170 WCHAR *result, *result_pos; in search_path_join_test() [all …]
|
D | fs-event.c | 66 static void uv__relative_path(const WCHAR* filename, in uv__relative_path() 67 const WCHAR* dir, in uv__relative_path() 68 WCHAR** relpath) { in uv__relative_path() 76 *relpath = uv__malloc((relpathlen + 1) * sizeof(WCHAR)); in uv__relative_path() 83 static int uv__split_path(const WCHAR* filename, WCHAR** dir, in uv__split_path() 84 WCHAR** file) { in uv__split_path() 105 *dir = (WCHAR*)uv__malloc(dir_len * sizeof(WCHAR)); in uv__split_path() 120 *dir = (WCHAR*)uv__malloc((i + 2) * sizeof(WCHAR)); in uv__split_path() 128 *file = (WCHAR*)uv__malloc((len - i) * sizeof(WCHAR)); in uv__split_path() 162 WCHAR* dir = NULL, *dir_to_watch, *pathw = NULL; in uv_fs_event_start() [all …]
|
D | getaddrinfo.c | 61 WCHAR* ai_canonname; 66 DECLSPEC_IMPORT int WSAAPI GetAddrInfoW(const WCHAR* node, 67 const WCHAR* service, 290 -1, NULL, 0) * sizeof(WCHAR)); in uv_getaddrinfo() 305 sizeof(WCHAR)); in uv_getaddrinfo() 328 req->node = (WCHAR*)alloc_ptr; in uv_getaddrinfo() 333 (WCHAR*) alloc_ptr, in uv_getaddrinfo() 334 nodesize / sizeof(WCHAR)) == 0) { in uv_getaddrinfo() 346 req->service = (WCHAR*)alloc_ptr; in uv_getaddrinfo() 351 (WCHAR*) alloc_ptr, in uv_getaddrinfo() [all …]
|
D | fs.c | 121 const WCHAR JUNCTION_PREFIX[] = L"\\??\\"; 122 const WCHAR JUNCTION_PREFIX_LEN = 4; 124 const WCHAR LONG_PATH_PREFIX[] = L"\\\\?\\"; 125 const WCHAR LONG_PATH_PREFIX_LEN = 4; 127 const WCHAR UNC_PATH_PREFIX[] = L"\\\\?\\UNC\\"; 128 const WCHAR UNC_PATH_PREFIX_LEN = 8; 165 buf_sz += pathw_len * sizeof(WCHAR); in fs__capture_path() 184 buf_sz += new_pathw_len * sizeof(WCHAR); in fs__capture_path() 207 (WCHAR*) pos, in fs__capture_path() 210 req->file.pathw = (WCHAR*) pos; in fs__capture_path() [all …]
|
/third_party/libuv/test/ |
D | runner-win.c | 76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() 77 WCHAR image[MAX_PATH + 1]; in process_start() 78 WCHAR args[MAX_PATH * 2]; in process_start() 88 if (GetTempPathW(sizeof(path) / sizeof(WCHAR), (WCHAR*)&path) == 0) in process_start() 90 if (GetTempFileNameW((WCHAR*)&path, L"uv", 0, (WCHAR*)&filename) == 0) in process_start() 93 file = CreateFileW((WCHAR*)filename, in process_start() 120 (WCHAR*) &image, in process_start() 121 sizeof(image) / sizeof(WCHAR)); in process_start() 126 if (_snwprintf((WCHAR*)args, in process_start() 127 sizeof(args) / sizeof(WCHAR), in process_start() [all …]
|
/third_party/openssl/crypto/ |
D | cryptlib.c | 42 WCHAR *name; in OPENSSL_isservice() 76 name = (WCHAR *)alloca(len + sizeof(WCHAR)); in OPENSSL_isservice() 81 name[len / sizeof(WCHAR)] = L'\0'; /* paranoia */ in OPENSSL_isservice() 140 WCHAR *fmtw; in OPENSSL_showfatal() 142 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in OPENSSL_showfatal() 149 fmtw[i] = (WCHAR)fmta[i]; in OPENSSL_showfatal()
|
D | getenv.c | 24 WCHAR *namew = NULL; in ossl_safe_getenv() 25 WCHAR *valw = NULL; in ossl_safe_getenv() 47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv() 58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | cryptlib.c | 42 WCHAR *name; in OPENSSL_isservice() 76 name = (WCHAR *)alloca(len + sizeof(WCHAR)); in OPENSSL_isservice() 81 name[len / sizeof(WCHAR)] = L'\0'; /* paranoia */ in OPENSSL_isservice() 140 WCHAR *fmtw; in OPENSSL_showfatal() 142 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in OPENSSL_showfatal() 149 fmtw[i] = (WCHAR)fmta[i]; in OPENSSL_showfatal()
|
D | getenv.c | 24 WCHAR *namew = NULL; in ossl_safe_getenv() 25 WCHAR *valw = NULL; in ossl_safe_getenv() 47 namew = _malloca(rsize * sizeof(WCHAR)); in ossl_safe_getenv() 58 valw = _malloca(envlen * sizeof(WCHAR)); in ossl_safe_getenv()
|
/third_party/openssl/ohos_lite/crypto/ |
D | cryptlib.c | 33 typedef WCHAR variant_char; 42 static WCHAR value[48]; in ossl_getenv() 197 WCHAR *name; in OPENSSL_isservice() 231 name = (WCHAR *)alloca(len + sizeof(WCHAR)); in OPENSSL_isservice() 236 name[len / sizeof(WCHAR)] = L'\0'; /* paranoia */ in OPENSSL_isservice() 295 WCHAR *fmtw; in OPENSSL_showfatal() 297 fmtw = (WCHAR *)alloca(len_0 * sizeof(WCHAR)); in OPENSSL_showfatal() 304 fmtw[i] = (WCHAR)fmta[i]; in OPENSSL_showfatal()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 335 const WCHAR* localeName, int localeNameLength, in SkFontMgr_DirectWrite() 336 const WCHAR* defaultFamilyName, int defaultFamilyNameLength) in SkFontMgr_DirectWrite() 343 memcpy(fLocaleName.get(), localeName, localeNameLength * sizeof(WCHAR)); in SkFontMgr_DirectWrite() 344 memcpy(fDefaultFamilyName.get(), defaultFamilyName, defaultFamilyNameLength*sizeof(WCHAR)); in SkFontMgr_DirectWrite() 364 HRESULT getByFamilyName(const WCHAR familyName[], IDWriteFontFamily** fontFamily) const; 365 sk_sp<SkTypeface> fallback(const WCHAR* dwFamilyName, DWriteStyle, 366 const WCHAR* dwBcp47, UINT32 character) const; 367 sk_sp<SkTypeface> layoutFallback(const WCHAR* dwFamilyName, DWriteStyle, 368 const WCHAR* dwBcp47, UINT32 character) const; 725 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale, in FontFallbackSource() [all …]
|
/third_party/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 105 WCHAR messageW[256 + 4]; in PrintErrorMessage() 117 static WRes MyCreateDir(const WCHAR *name) in MyCreateDir() 166 static BoolInt DoesFileOrDirExist(const WCHAR *path) in DoesFileOrDirExist() 177 static WRes RemoveDirWithSubItems(WCHAR *path) in RemoveDirWithSubItems() 248 WCHAR sfxPath[MAX_PATH + 2]; in main() 249 WCHAR path[MAX_PATH * 3 + 2]; in main() 251 WCHAR workCurDir[MAX_PATH + 32]; in main() 413 WCHAR *temp; in main() 456 const WCHAR *name = temp + nameStartPos; in main() 528 WCHAR *temp = path + pathLen; in main() [all …]
|
/third_party/openssl/apps/lib/ |
D | win32_init.c | 58 static int process_glob(WCHAR *wstr, int wlen) in process_glob() 61 WCHAR saved_char; in process_glob() 143 const WCHAR *wcmdline; in win32_utf8argv() 144 WCHAR *warg, *wend, *p; in win32_utf8argv() 163 p = _alloca((wlen + 1) * sizeof(WCHAR)); in win32_utf8argv() 207 const WCHAR *q = p; in win32_utf8argv()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
D | win32_init.c | 58 static int process_glob(WCHAR *wstr, int wlen) in process_glob() 61 WCHAR saved_char; in process_glob() 143 const WCHAR *wcmdline; in win32_utf8argv() 144 WCHAR *warg, *wend, *p; in win32_utf8argv() 163 p = _alloca((wlen + 1) * sizeof(WCHAR)); in win32_utf8argv() 207 const WCHAR *q = p; in win32_utf8argv()
|
/third_party/node/deps/uv/include/uv/ |
D | win.h | 494 WCHAR* name; \ 515 WCHAR last_utf16_high_surrogate; \ 586 WCHAR* node; \ 587 WCHAR* service; \ 620 WCHAR* pathw; \ 626 WCHAR* new_pathw; \ 650 WCHAR* filew; \ 651 WCHAR* short_filew; \ 652 WCHAR* dirw; \
|
/third_party/libuv/include/uv/ |
D | win.h | 495 WCHAR* name; \ 516 WCHAR last_utf16_high_surrogate; \ 587 WCHAR* node; \ 588 WCHAR* service; \ 621 WCHAR* pathw; \ 627 WCHAR* new_pathw; \ 651 WCHAR* filew; \ 652 WCHAR* short_filew; \ 653 WCHAR* dirw; \
|
/third_party/lzma/CPP/Windows/ |
D | SecurityUtils.cpp | 36 dest->Length = (USHORT)(len * sizeof(WCHAR)); in SetLsaString() 37 dest->MaximumLength = (USHORT)((len + 1) * sizeof(WCHAR)); in SetLsaString() 89 …ainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (domainLen + 1) * sizeof(WCHAR)); in GetSid() 127 WCHAR userName[256 + 2]; in AddLockMemoryPrivilege()
|
/third_party/curl/lib/ |
D | idn.c | 58 const WCHAR *lpUnicodeCharStr, 60 WCHAR *lpASCIICharStr, 63 const WCHAR *lpASCIICharStr, 65 WCHAR *lpUnicodeCharStr, 106 WCHAR idn[IDN_MAX_LENGTH]; /* stores a UTF-16 string */ in win32_ascii_to_idn()
|