Home
last modified time | relevance | path

Searched refs:MIMECONTF_MAILNEWS (Results 1 – 11 of 11) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/ReferenceSources/
H A DEncodingTable.cs522 …MapCodePageDataItem( 20127, 1252, "us-ascii", MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_MAILNEWS), /…
524 …MapCodePageDataItem( 65000, 1200, "utf-7", MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_MAILNEWS), // "…
525 …MapCodePageDataItem( 65001, 1200, "utf-8", MIMECONTF_MAILNEWS | MIMECONTF_BROWSER | MIMECONTF_SAV…
558 …MapCodePageDataItem( 949, 949, "ks_c_5601-1987", MIMECONTF_MAILNEWS | MIMECONTF_BROWSER | MIME…
616 …MapCodePageDataItem( 20127, 1252, "us-ascii", MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_M…
646 …MapCodePageDataItem( 28593, 1254, "iso-8859-3", MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_M…
654 …MapCodePageDataItem( 28605, 1252, "iso-8859-15", MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_M…
657 …MapCodePageDataItem( 50220, 932, "iso-2022-jp", MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_M…
671 …MapCodePageDataItem( 51949, 949, "euc-kr", MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_M…
684 …MapCodePageDataItem( 65000, 1200, "utf-7", MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_M…
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Text/
H A DEncodingData.cs278 private const uint MIMECONTF_MAILNEWS = Encoding.MIMECONTF_MAILNEWS; field in System.Text.EncodingTable
292 MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_MAILNEWS,
293MIMECONTF_MAILNEWS | MIMECONTF_BROWSER | MIMECONTF_SAVABLE_MAILNEWS | MIMECONTF_SAVABLE_BROWSER,
294 MIMECONTF_MAILNEWS | MIMECONTF_SAVABLE_MAILNEWS,
295MIMECONTF_MAILNEWS | MIMECONTF_BROWSER | MIMECONTF_SAVABLE_MAILNEWS | MIMECONTF_SAVABLE_BROWSER
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Text/
H A DEncoding.cs89 internal const int MIMECONTF_MAILNEWS = 0x00000001; field in System.Text.Encoding
535 return ((_dataItem.Flags & MIMECONTF_MAILNEWS) != 0);
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Text/
H A DEncoding.cs89 internal const int MIMECONTF_MAILNEWS = 0x00000001; field in System.Text.Encoding
535 return ((_dataItem.Flags & MIMECONTF_MAILNEWS) != 0);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/text/
H A Dencoding.cs114 private const int MIMECONTF_MAILNEWS = 0x00000001; field in System.Text.Encoding
840 return ((dataItem.Flags & MIMECONTF_MAILNEWS) != 0);
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Dmlang.h45 MIMECONTF_MAILNEWS = 0x00000001, enumerator
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Dmlang.h45 MIMECONTF_MAILNEWS = 0x00000001, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmlang.h506MIMECONTF_MAILNEWS = 0x1,MIMECONTF_BROWSER = 0x2,MIMECONTF_MINIMAL = 0x4,MIMECONTF_IMPORT = 0x8,MI… enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmlang.h506MIMECONTF_MAILNEWS = 0x1,MIMECONTF_BROWSER = 0x2,MIMECONTF_MINIMAL = 0x4,MIMECONTF_IMPORT = 0x8,MI… enumerator
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Globalization/
H A Dmod.rs2608 pub const MIMECONTF_MAILNEWS: MIMECONTF = 1i32; const
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Globalization/
H A Dmod.rs5643 pub const MIMECONTF_MAILNEWS: MIMECONTF = MIMECONTF(1i32); const