Home
last modified time | relevance | path

Searched refs:srtid (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/databases/libmswstr/libmswstr-5682d51/include/
H A Dwintypes.h341 #define MAKELCID(lgid, srtid) ((DWORD)((((DWORD)((WORD )(srtid))) << 16) | \ argument
343 #define MAKESORTLCID(lgid, srtid, ver) \ argument
344 ((DWORD)((MAKELCID(lgid, srtid)) | \
/dports/net/freerdp/freerdp-2.5.0/winpr/include/winpr/
H A Dlocale.h451 #define MAKELCID(lgid, srtid) ((DWORD)((((DWORD)((WORD)(srtid))) << 16) | ((DWORD)((WORD)(lgid))))) argument
453 #define MAKESORTLCID(lgid, srtid, ver) \ argument
454 ((DWORD)((MAKELCID(lgid, srtid)) | (((DWORD)((WORD)(ver))) << 20)))
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/misc/broot/broot-1.7.0/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/devel/rust-cbindgen/cbindgen-0.20.0/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/net/routinator/routinator-0.10.2/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/www/castor/castor-0.8.16/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/games/genact/genact-0.10.0/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/winapi-0.3.9/src/shared/
H A Dntdef.rs1046 ($lgid:expr, $srtid:expr) => {
1047 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1051 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1052 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1055 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1056 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/winapi-0.3.8/src/shared/
H A Dntdef.rs1036 ($lgid:expr, $srtid:expr) => {
1037 (($srtid as ULONG) << 16) | ($lgid as ULONG)
1041 pub fn MAKELCID(lgid: LANGID, srtid: USHORT) -> LCID { in MAKELCID()
1042 ((srtid as ULONG) << 16) | (lgid as ULONG) in MAKELCID()
1045 pub fn MAKESORTLCID(lgid: LANGID, srtid: USHORT, ver: USHORT) -> LCID { in MAKESORTLCID()
1046 MAKELCID(lgid, srtid) | ((ver as ULONG) << 20) in MAKESORTLCID()

12345678910>>...13