Home
last modified time | relevance | path

Searched refs:LOCALE_NEUTRALDATA (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/Interop/Windows/Kernel32/
H A DInterop.Globalization.cs16 internal const uint LOCALE_NEUTRALDATA = 0x00000010; field in Interop.Kernel32
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/Interop/Windows/Kernel32/
H A DInterop.Globalization.cs16 internal const uint LOCALE_NEUTRALDATA = 0x00000010; field in Interop.Kernel32
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Globalization/
H A DCultureData.Windows.cs696 flags |= Interop.Kernel32.LOCALE_NEUTRALDATA | Interop.Kernel32.LOCALE_SPECIFICDATA; in EnumCultures()
702 flags |= Interop.Kernel32.LOCALE_NEUTRALDATA; in EnumCultures()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Globalization/
H A DCultureData.Windows.cs701 flags |= Interop.Kernel32.LOCALE_NEUTRALDATA | Interop.Kernel32.LOCALE_SPECIFICDATA; in EnumCultures()
707 flags |= Interop.Kernel32.LOCALE_NEUTRALDATA; in EnumCultures()
/dports/databases/libmswstr/libmswstr-5682d51/include/
H A Dwinnls.h164 #define LOCALE_NEUTRALDATA 0x10 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinnls.h160 #define LOCALE_NEUTRALDATA 0x00000010 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinnls.h160 #define LOCALE_NEUTRALDATA 0x00000010 macro
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Globalization/
H A Dmod.rs2346 pub const LOCALE_NEUTRALDATA: u32 = 16u32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Globalization/
H A Dmod.rs5154 pub const LOCALE_NEUTRALDATA: u32 = 16u32; const