Home
last modified time | relevance | path

Searched defs:LC_COLLATE_MASK (Results 1 – 13 of 13) sorted by relevance

/external/llvm-project/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h24 #define LC_COLLATE_MASK 1 macro
/external/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h35 #define LC_COLLATE_MASK (1 << LC_COLLATE) macro
/external/llvm-project/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h34 #define LC_COLLATE_MASK (1 << LC_COLLATE) macro
/external/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h25 #define LC_COLLATE_MASK 1 macro
/external/libcxx/include/support/win32/
Dlocale_win32.h19 #define LC_COLLATE_MASK _M_COLLATE macro
/external/llvm-project/libcxx/include/support/win32/
Dlocale_win32.h18 #define LC_COLLATE_MASK _M_COLLATE macro
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs953 pub const LC_COLLATE_MASK: ::c_int = 1 << 0; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1135 pub const LC_COLLATE_MASK: ::c_int = 1 << 0; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs969 pub const LC_COLLATE_MASK: ::c_int = 1 << ::LC_COLLATE; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs564 pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs841 pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1438 pub const LC_COLLATE_MASK: ::c_int = 1 << 0; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1518 pub const LC_COLLATE_MASK: ::c_int = 1 << LC_COLLATE; constant