Home
last modified time | relevance | path

Searched defs:LC_NUMERIC_MASK (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h28 #define LC_NUMERIC_MASK 16 macro
/external/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h39 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
/external/llvm-project/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h38 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
/external/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h29 #define LC_NUMERIC_MASK 16 macro
/external/libcxx/include/support/win32/
Dlocale_win32.h22 #define LC_NUMERIC_MASK _M_NUMERIC macro
/external/llvm-project/libcxx/include/support/win32/
Dlocale_win32.h21 #define LC_NUMERIC_MASK _M_NUMERIC macro
/external/fmtlib/test/
Dposix-mock-test.cc533 enum { LC_NUMERIC_MASK = LC_NUMERIC }; in TEST() enumerator
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs956 pub const LC_NUMERIC_MASK: ::c_int = 1 << 3; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1138 pub const LC_NUMERIC_MASK: ::c_int = 1 << 3; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs972 pub const LC_NUMERIC_MASK: ::c_int = 1 << ::LC_NUMERIC; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs562 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs839 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1442 pub const LC_NUMERIC_MASK: ::c_int = 1 << 4; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1516 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; constant