Home
last modified time | relevance | path

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

/external/libcxx/include/support/ibm/
Dlocale_mgmt_aix.h29 #define LC_NUMERIC_MASK 16 macro
33 LC_NUMERIC_MASK | LC_TIME_MASK)
65 if (category_mask & LC_NUMERIC_MASK) in newlocale()
/external/libcxx/include/support/xlocale/
D__nop_locale_mgmt.h39 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
44 LC_NUMERIC_MASK|\
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/xlocale/
D__nop_locale_mgmt.h34 #define LC_NUMERIC_MASK (1 << LC_NUMERIC) macro
39 LC_NUMERIC_MASK|\
/external/cronet/buildtools/third_party/libc++/trunk/src/support/ibm/
Dxlocale_zos.cpp56 if (category_mask & LC_NUMERIC_MASK) in newlocale()
85 (newloc->category_mask & LC_NUMERIC_MASK && in uselocale()
/external/libiio/src/
Dutilities.c111 new_locale = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0); in read_double_locale()
132 new_locale = newlocale(LC_NUMERIC_MASK, "C", (locale_t) 0); in write_double_locale()
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/ibm/
Dlocale_mgmt_zos.h28 #define LC_NUMERIC_MASK _CATMASK(LC_NUMERIC) macro
/external/libcxx/include/support/win32/
Dlocale_win32.h22 #define LC_NUMERIC_MASK _M_NUMERIC macro
29 | LC_NUMERIC_MASK \
/external/musl/include/
Dlocale.h69 #define LC_NUMERIC_MASK (1<<LC_NUMERIC) macro
/external/cronet/buildtools/third_party/libc++/trunk/include/__support/win32/
Dlocale_win32.h41 #define LC_NUMERIC_MASK _M_NUMERIC macro
48 | LC_NUMERIC_MASK \
/external/fmtlib/test/
Dposix-mock-test.cc532 # ifndef LC_NUMERIC_MASK in TEST()
533 enum { LC_NUMERIC_MASK = LC_NUMERIC }; in TEST() enumerator
537 EXPECT_CALL(mock, newlocale(LC_NUMERIC_MASK, StrEq("C"), nullptr)) in TEST()
/external/fmtlib/include/fmt/
Dos.h457 locale_ = FMT_SYSTEM(newlocale(LC_NUMERIC_MASK, "C", nullptr)); in locale()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1447 pub const LC_NUMERIC_MASK: ::c_int = 1 << 3; constant
1454 | LC_NUMERIC_MASK
/external/libconfig/lib/
Dlibconfig.c90 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", NULL); in __config_locale_override()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs698 | ::LC_NUMERIC_MASK
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1122 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; constant
1128 | LC_NUMERIC_MASK
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs572 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1665 pub const LC_NUMERIC_MASK: ::c_int = 1 << ::LC_NUMERIC; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs3003 pub const LC_NUMERIC_MASK: ::c_int = 1 << 3; constant
3010 | LC_NUMERIC_MASK
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1638 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \
1647 locale_t loc = newlocale(LC_NUMERIC_MASK, "C", (locale_t)0); \
/external/libcxx/include/
D__locale119 numeric = LC_NUMERIC_MASK,
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2637 pub const LC_NUMERIC_MASK: ::c_int = 1 << 4; constant
2643 | LC_NUMERIC_MASK
/external/cronet/buildtools/third_party/libc++/trunk/include/
D__locale139 numeric = LC_NUMERIC_MASK,
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1378 pub const LC_NUMERIC_MASK: ::c_int = 1 << ::LC_NUMERIC; constant
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1271 | ::LC_NUMERIC_MASK
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1522 pub const LC_NUMERIC_MASK: ::c_int = 1 << LC_NUMERIC; constant