Home
last modified time | relevance | path

Searched refs:LC_NUMERIC_MASK (Results 1 – 25 of 28) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/
Dlocale.h67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC) macro
/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h67 #define LC_NUMERIC_MASK (1<<LC_NUMERIC) macro
/third_party/musl/include/
Dlocale.h69 #define LC_NUMERIC_MASK (1<<LC_NUMERIC) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlocale.h69 #define LC_NUMERIC_MASK (1<<LC_NUMERIC) macro
/third_party/musl/ndk_musl_include/
Dlocale.h86 #define LC_NUMERIC_MASK (1<<LC_NUMERIC) macro
/third_party/musl/porting/linux/user/include/
Dlocale.h88 #define LC_NUMERIC_MASK (1<<LC_NUMERIC) macro
/third_party/musl/libc-test/src/api/
Dlocale.c51 C(LC_NUMERIC_MASK) in f()
/third_party/libinput/src/
Dutil-strings.h232 c_locale = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); in safe_atod()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt460 LC_NUMERIC_MASK
Dfuchsia.txt403 LC_NUMERIC_MASK
Ddragonfly.txt574 LC_NUMERIC_MASK
Dnetbsd.txt600 LC_NUMERIC_MASK
Dfreebsd.txt663 LC_NUMERIC_MASK
Dapple.txt814 LC_NUMERIC_MASK
Dlinux.txt1201 LC_NUMERIC_MASK
Dandroid.txt1055 LC_NUMERIC_MASK
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1447 pub const LC_NUMERIC_MASK: ::c_int = 1 << 3; constant
1454 | LC_NUMERIC_MASK
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs698 | ::LC_NUMERIC_MASK
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1122 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; constant
1128 | LC_NUMERIC_MASK
/third_party/libinput/
Dmeson.build129 void main(void) { newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); }
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs586 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; constant
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1665 pub const LC_NUMERIC_MASK: ::c_int = 1 << ::LC_NUMERIC; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3003 pub const LC_NUMERIC_MASK: ::c_int = 1 << 3; constant
3010 | LC_NUMERIC_MASK
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2637 pub const LC_NUMERIC_MASK: ::c_int = 1 << 4; constant
2643 | LC_NUMERIC_MASK
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1378 pub const LC_NUMERIC_MASK: ::c_int = 1 << ::LC_NUMERIC; constant

12