Home
last modified time | relevance | path

Searched refs:LC_TELEPHONE (Results 1 - 7 of 7) sorted by relevance

/third_party/musl/porting/linux/user/include/
H A Dlocale.h42 #define LC_TELEPHONE 9 macro
96 #define LC_TELEPHONE_MASK (1<<LC_TELEPHONE)
/third_party/musl/include/
H A Dlocale.h28 #define LC_TELEPHONE 9 macro
88 #define LC_TELEPHONE_MASK (1<<LC_TELEPHONE)
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dsetlocale_sup.c28 LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT, LC_IDENTIFICATION, LC_ALL};
34 "LC_TELEPHONE",
/third_party/musl/libc-test/src/functionalext/locale/
H A Dsetlocale.c33 LC_TELEPHONE,
43 "LC_TELEPHONE",
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H A Dmod.rs688 pub const LC_TELEPHONE: ::c_int = 10; consts
694 pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1261 pub const LC_TELEPHONE: ::c_int = 10; consts
1267 pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs570 pub const LC_TELEPHONE: ::c_int = 9; consts

Completed in 18 milliseconds