Home
last modified time | relevance | path

Searched refs:Unicode (Results 1 – 25 of 280) sorted by relevance

12345678910>>...12

/reactos/drivers/filesystems/ext2/src/
H A Dmisc.c68 IN OUT PUNICODE_STRING Unicode, in Ext2MbsToUnicode() argument
96 if (Unicode) { in Ext2MbsToUnicode()
103 Unicode->Length = 0; in Ext2MbsToUnicode()
113 Unicode->Buffer[Unicode->Length/2] = uc; in Ext2MbsToUnicode()
114 Unicode->Length += 2; in Ext2MbsToUnicode()
125 IN PUNICODE_STRING Unicode) in Ext2UnicodeToMbs() argument
136 Unicode->Buffer[i], in Ext2UnicodeToMbs()
208 IN OUT PUNICODE_STRING Unicode, in Ext2OEMToUnicode() argument
226 Unicode, Oem, FALSE ); in Ext2OEMToUnicode()
241 IN PUNICODE_STRING Unicode in Ext2UnicodeToOEMSize() argument
[all …]
H A Ddirctl.c466 if (!Unicode.Buffer) { in Ext2FillEntry()
473 RtlZeroMemory(Unicode.Buffer, Unicode.MaximumLength); in Ext2FillEntry()
474 INC_MEM_COUNT(PS_INODE_NAME, Unicode.Buffer, Unicode.MaximumLength); in Ext2FillEntry()
515 if (Unicode.Buffer) { in Ext2FillEntry()
516 DEC_MEM_COUNT(PS_INODE_NAME, Unicode.Buffer, Unicode.MaximumLength ); in Ext2FillEntry()
872 if ( Unicode.Buffer != NULL && Unicode.MaximumLength > NameLen) { in Ext2QueryDirectory()
893 INC_MEM_COUNT(PS_INODE_NAME, Unicode.Buffer, Unicode.MaximumLength); in Ext2QueryDirectory()
896 Unicode.Length = 0; in Ext2QueryDirectory()
897 RtlZeroMemory(Unicode.Buffer, Unicode.MaximumLength); in Ext2QueryDirectory()
907 pDir->inode, &Unicode, Unicode.Length)); in Ext2QueryDirectory()
[all …]
/reactos/modules/rosapps/applications/explorer-old/
H A Dexplorer.sln20 Unicode Debug|Win32 = Unicode Debug|Win32
21 Unicode Release|Win32 = Unicode Release|Win32
36 {BFBAE588-8C68-4303-9BF6-C830087D8F25}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
37 {BFBAE588-8C68-4303-9BF6-C830087D8F25}.Unicode Debug|Win32.Build.0 = Unicode Debug|Win32
38 {BFBAE588-8C68-4303-9BF6-C830087D8F25}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
39 {BFBAE588-8C68-4303-9BF6-C830087D8F25}.Unicode Release|Win32.Build.0 = Unicode Release|Win32
51 {E132A04B-8BC6-4D18-81F2-F0156B809871}.Unicode Debug|Win32.ActiveCfg = Unicode Debug|Win32
52 {E132A04B-8BC6-4D18-81F2-F0156B809871}.Unicode Release|Win32.ActiveCfg = Unicode Release|Win32
67 {F28B575D-7DBA-44DE-AAEF-FA0D065E5162}.Unicode Debug|Win32.ActiveCfg = Debug|Win32
68 {F28B575D-7DBA-44DE-AAEF-FA0D065E5162}.Unicode Debug|Win32.Build.0 = Debug|Win32
[all …]
H A Dmake_rosshell.dsp22 !MESSAGE "make_rosshell - Win32 Unicode Debug" (based on "Win32 (x86) External Target")
23 !MESSAGE "make_rosshell - Win32 Unicode Release" (based on "Win32 (x86) External Target")
73 !ELSEIF "$(CFG)" == "make_rosshell - Win32 Unicode Debug"
94 !ELSEIF "$(CFG)" == "make_rosshell - Win32 Unicode Release"
121 # Name "make_rosshell - Win32 Unicode Debug"
122 # Name "make_rosshell - Win32 Unicode Release"
128 !ELSEIF "$(CFG)" == "make_rosshell - Win32 Unicode Debug"
130 !ELSEIF "$(CFG)" == "make_rosshell - Win32 Unicode Release"
H A Dmake_explorer.dsp22 !MESSAGE "make_explorer - Win32 Unicode Debug" (based on "Win32 (x86) External Target")
23 !MESSAGE "make_explorer - Win32 Unicode Release" (based on "Win32 (x86) External Target")
75 !ELSEIF "$(CFG)" == "make_explorer - Win32 Unicode Debug"
96 !ELSEIF "$(CFG)" == "make_explorer - Win32 Unicode Release"
165 # Name "make_explorer - Win32 Unicode Debug"
166 # Name "make_explorer - Win32 Unicode Release"
174 !ELSEIF "$(CFG)" == "make_explorer - Win32 Unicode Debug"
176 !ELSEIF "$(CFG)" == "make_explorer - Win32 Unicode Release"
/reactos/win32ss/user/winsrv/consrv/
H A Dalias.c224 BOOLEAN Unicode) in IntGetAliasEntry() argument
233 if (Unicode) in IntGetAliasEntry()
274 BOOLEAN Unicode) in IntCreateAliasEntry() argument
281 if (Unicode) in IntCreateAliasEntry()
313 if (!Unicode) in IntCreateAliasEntry()
333 if (!Unicode) in IntCreateAliasEntry()
565 if (ConsoleAliasRequest->Unicode) in CON_API()
638 if (GetAllAliasesRequest->Unicode) in CON_API()
684 if (GetAllAliasesRequest->Unicode) in CON_API()
761 if (GetAliasesExesRequest->Unicode) in CON_API()
[all …]
H A Dconoutput.c404 IN BOOLEAN Unicode,
419 ULONG CharSize = (WriteConsoleRequest->Unicode ? sizeof(WCHAR) : sizeof(CHAR)); in DoWriteConsole()
450 WriteConsoleRequest->Unicode, in DoWriteConsole()
495 IN BOOLEAN Unicode,
548 ReadOutputRequest->Unicode, in CON_API()
559 IN BOOLEAN Unicode,
649 WriteOutputRequest->Unicode, in CON_API()
1019 IN BOOLEAN Unicode,
1042 ScrollScreenBufferRequest->Unicode, in CON_API()
/reactos/dll/win32/kernel32/client/
H A Datom.c33 BOOLEAN Unicode, in InternalAddAtom() argument
60 if (Unicode) in InternalAddAtom()
121 if (!(Unicode) && (AtomNameString == &UnicodeString)) in InternalAddAtom()
134 BOOLEAN Unicode, in InternalFindAtom() argument
161 if (Unicode) in InternalFindAtom()
233 if (!(Unicode) && (AtomNameString == &UnicodeString)) in InternalFindAtom()
281 BOOLEAN Unicode, in InternalGetAtomName() argument
297 if (!Unicode && Size > 0x7000) Size = 0x7000; in InternalGetAtomName()
318 if (Unicode) in InternalGetAtomName()
372 if (Unicode) in InternalGetAtomName()
/reactos/sdk/include/reactos/subsys/win/
H A Dconmsg.h247 BOOLEAN Unicode; member
269 BOOLEAN Unicode; member
488 BOOLEAN Unicode; member
593 BOOLEAN Unicode; member
605 BOOLEAN Unicode; member
737 BOOLEAN Unicode; member
746 BOOLEAN Unicode; member
758 BOOLEAN Unicode; member
767 BOOLEAN Unicode; member
774 BOOLEAN Unicode; member
[all …]
/reactos/base/applications/clipbrd/
H A Dcliputils.c33 BOOL Unicode, in GetPredefinedClipboardFormatName() argument
81 if (Unicode) in GetPredefinedClipboardFormatName()
97 BOOL Unicode, in RetrieveClipboardFormatName() argument
101 ZeroMemory(lpszFormat, cch * (Unicode ? sizeof(WCHAR) : sizeof(CHAR))); in RetrieveClipboardFormatName()
104 if (GetPredefinedClipboardFormatName(hInstance, uFormat, Unicode, lpszFormat, cch) != 0) in RetrieveClipboardFormatName()
110 if (SendClipboardOwnerMessage(Unicode, WM_ASKCBFORMATNAME, in RetrieveClipboardFormatName()
113 if (Unicode) in RetrieveClipboardFormatName()
122 if (Unicode) in RetrieveClipboardFormatName()
/reactos/sdk/lib/dnslib/
H A Dstraddr.c166 IN BOOLEAN Unicode, in Dns_StringToAddressEx() argument
208 if (Unicode) in Dns_StringToAddressEx()
252 if (Unicode) in Dns_StringToAddressEx()
322 IN BOOLEAN Unicode, in Dns_StringToDnsAddrEx() argument
332 if ((Reverse) && (Unicode)) in Dns_StringToDnsAddrEx()
362 if (Unicode) in Dns_StringToDnsAddrEx()
406 if (Unicode) in Dns_StringToDnsAddrEx()
/reactos/sdk/lib/rtl/
H A Ddbgbuffer.c203 UNICODE_STRING Unicode; in RtlpQueryRemoteProcessModules() local
221 Unicode.Length = lmModule.FullDllName.Length; in RtlpQueryRemoteProcessModules()
222 Unicode.MaximumLength = lmModule.FullDllName.MaximumLength; in RtlpQueryRemoteProcessModules()
223 Unicode.Buffer = Buffer; in RtlpQueryRemoteProcessModules()
227 Unicode.Buffer, in RtlpQueryRemoteProcessModules()
228 Unicode.Length, in RtlpQueryRemoteProcessModules()
238 DPRINT(" Module %wZ\n", &Unicode); in RtlpQueryRemoteProcessModules()
259 &Unicode, in RtlpQueryRemoteProcessModules()
/reactos/dll/keyboard/kbdrost/deadkeys/
H A Dring_above4 * the resulting letters in Unicode character table: https://unicode-table.com
12 /* no Unicode capital W with ring above */
14 /* no Unicode capital Y with ring above */
/reactos/dll/win32/kernel32/client/console/
H A Dhistory.c23 BOOL Unicode)
25 ULONG Size = (Unicode ? wcslen(String) : strlen(String)) * sizeof(WCHAR);
47 ExpungeCommandHistoryRequest->Unicode = in IntExpungeConsoleCommandHistory()
94 GetCommandHistoryRequest->Unicode = in IntGetConsoleCommandHistory()
154 GetCommandHistoryLengthRequest->Unicode = in IntGetConsoleCommandHistoryLength()
208 SetHistoryNumberCommandsRequest->Unicode = in IntSetConsoleNumberOfCommands()
H A Dalias.c47 ConsoleAliasRequest->Unicode = in IntAddConsoleAlias()
195 ConsoleAliasRequest->Unicode = in IntGetConsoleAlias()
322 GetAllAliasesRequest->Unicode = in IntGetConsoleAliases()
427 GetAllAliasesLengthRequest->Unicode = in IntGetConsoleAliasesLength()
495 GetAliasesExesRequest->Unicode = bUnicode; in IntGetConsoleAliasExes()
564 GetAliasesExesLengthRequest->Unicode = bUnicode; in IntGetConsoleAliasExesLength()
/reactos/drivers/filesystems/fastfat/
H A Dstrucsup.c3109 UNICODE_STRING Unicode; in FatConstructNamesInFcb() local
3275 Unicode.Buffer = NULL; in FatConstructNamesInFcb()
3277 Unicode.Length = in FatConstructNamesInFcb()
3278 Unicode.MaximumLength = Lfn->Length; in FatConstructNamesInFcb()
3324 (VOID)RtlDowncaseUnicodeString( &Unicode, &Unicode, FALSE ); in FatConstructNamesInFcb()
3325 (VOID)RtlUpcaseUnicodeString( &Unicode, &Unicode, FALSE ); in FatConstructNamesInFcb()
3338 (VOID)RtlDowncaseUnicodeString( &Unicode, &Unicode, FALSE ); in FatConstructNamesInFcb()
3340 (VOID)RtlUpcaseUnicodeString( &Unicode, &Unicode, FALSE ); in FatConstructNamesInFcb()
3347 ExFreePool(Unicode.Buffer); in FatConstructNamesInFcb()
3386 ExFreePool(Unicode.Buffer); in FatConstructNamesInFcb()
[all …]
H A Dsplaysup.c289 NewRoot = RtlDelete(&Fcb->LongName.Unicode.Links); in FatRemoveNames()
293 RtlFreeUnicodeString( &Fcb->LongName.Unicode.Name.Unicode ); in FatRemoveNames()
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dshellclasses.dsp7 CFG=shellclasses - Win32 Unicode Debug
16 !MESSAGE NMAKE /f "shellclasses.mak" CFG="shellclasses - Win32 Unicode Debug"
22 !MESSAGE "shellclasses - Win32 Unicode Debug" (based on "Win32 (x86) Console Application")
23 !MESSAGE "shellclasses - Win32 Unicode Release" (based on "Win32 (x86) Console Application")
79 !ELSEIF "$(CFG)" == "shellclasses - Win32 Unicode Debug"
102 !ELSEIF "$(CFG)" == "shellclasses - Win32 Unicode Release"
131 # Name "shellclasses - Win32 Unicode Debug"
132 # Name "shellclasses - Win32 Unicode Release"
/reactos/dll/win32/ws2_32/src/
H A Drnr.c710 INT size = Context->Unicode ? sizeof(WSANAMESPACE_INFOW) : sizeof(WSANAMESPACE_INFOA); in NSProviderInfoFromContext()
713 INT size2 = Context->Unicode ? size1 * sizeof(WCHAR) : size1 * sizeof(CHAR); in NSProviderInfoFromContext()
745 if (Context->Unicode) in NSProviderInfoFromContext()
782 INT size2 = Context->Unicode ? size1 * sizeof(WCHAR) : size1 * sizeof(CHAR); in NSProvidersEnumerationProc()
786 …Context->BufferUsed += Context->Unicode ? (sizeof(WSANAMESPACE_INFOW)+size2) : (sizeof(WSANAMESPAC… in NSProvidersEnumerationProc()
795 OUT LPWSANAMESPACE_INFOA lpnspBuffer, BOOLEAN Unicode) in WSAEnumNameSpaceProvidersInternal() argument
823 Context.Unicode = Unicode; in WSAEnumNameSpaceProvidersInternal()
/reactos/modules/rostests/apitests/ntdll/
H A Dlocale.c61 _In_ ULONG Unicode) in SetupLocale() argument
70 UnicodeCaseTableData = LoadCodePageData(Unicode); in SetupLocale()
/reactos/dll/cpl/intl/lang/
H A Dzh-HK.rc56 GROUPBOX "非 Unicode 程式的語言", -1, 5, 5, 234, 90
58 …LTEXT "這個設定讓某些非 Unicode 程式用它們的原始母語顯示功能表和對話方塊。這不會影響到 Unicode 的程式,但是會套用到這部電腦上的所有使用者。", -1, 14, 18, 2…
59 LTEXT "選擇一種符合您想使用的非 Unicode 程式的語言版本的語言(&S)︰", -1, 14, 55, 223, 18
226 IDS_ERROR_UNICODE "無法為不支援 Unicode 的程式安裝新語言!"
H A Dzh-TW.rc57 GROUPBOX "非 Unicode 程式的語言", -1, 5, 5, 234, 90
59 …LTEXT "這個設定讓某些非 Unicode 程式用它們的原始母語顯示功能表和對話方塊。這不會影響到 Unicode 的程式,但是會套用到這部電腦上的所有使用者。", -1, 14, 18, 2…
60 LTEXT "選擇一種符合您想使用的非 Unicode 程式的語言版本的語言(&S)︰", -1, 14, 55, 223, 18
227 IDS_ERROR_UNICODE "無法為不支援 Unicode 的程式安裝新語言!"
H A Dzh-CN.rc57 GROUPBOX "非 Unicode 程序的语言", -1, 5, 5, 234, 90
59 …LTEXT "这个设置启动某些非 Unicode 程序以便用母语显示菜单和对话。这不会影响到 Unicode 的程序,但是会应用在这台计算机上的所有用户。", -1, 14, 18, 223, 33
60 LTEXT "选择一种语言,使之与您想使用的非 Unicode 程序的语言版本相匹配(&S):", -1, 14, 55, 223, 18
227 IDS_ERROR_UNICODE "无法为不支持 Unicode 的程序安装新的语言!"
H A Dja-JP.rc48 GROUPBOX "非Unicodeプログラム用の言語", -1, 5, 5, 234, 90
50 …LTEXT "このシステム設定は、非Unicodeプログラムがメニューやダイアログをその地域の言語で表示することを可能にします。これは、Unicodeプログラムには影響しませんが、このコンピュータ…
51 LTEXT "使いたい非Unicodeプログラムの言語バージョンに一致する言語を選んで下さい(&S):", -1, 14, 55, 223, 18
216 IDS_ERROR_UNICODE "Unicodeをサポートしていないプログラムのための新しい言語をインストールできません。"
/reactos/win32ss/user/winsrv/consrv/condrv/
H A Dtext.c611 if (Unicode) in ConDrvReadConsoleOutput()
680 if (Unicode) in ConDrvWriteConsoleOutput()
765 IN BOOLEAN Unicode, in ConDrvWriteConsole() argument
786 if (Unicode) in ConDrvWriteConsole()
839 IN BOOLEAN Unicode, in IntReadConsoleOutputStringChars() argument
881 if (Unicode) in IntReadConsoleOutputStringChars()
1020 IN BOOLEAN Unicode, in IntWriteConsoleOutputStringChars() argument
1036 if (Unicode) in IntWriteConsoleOutputStringChars()
1109 ASSERT(!Unicode); in IntWriteConsoleOutputStringChars()
1457 IN BOOLEAN Unicode, in ConDrvScrollConsoleScreenBuffer() argument
[all …]

12345678910>>...12