Home
last modified time | relevance | path

Searched refs:LC_TELEPHONE (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/ndk_musl_include/
Dlocale.h25 #define LC_TELEPHONE 9 macro
79 #define LC_TELEPHONE_MASK (1<<LC_TELEPHONE)
/third_party/musl/porting/linux/user/include/
Dlocale.h27 #define LC_TELEPHONE 9 macro
81 #define LC_TELEPHONE_MASK (1<<LC_TELEPHONE)
/third_party/libexif/test/nls/
Dcheck-codeset.in7 LC_TELEPHONE LC_TIME
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dsetlocale_sup.c28 LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE, LC_MEASUREMENT, LC_IDENTIFICATION, LC_ALL};
/third_party/musl/libc-test/src/functionalext/locale/
Dsetlocale.c33 LC_TELEPHONE,
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt120 LC_TELEPHONE
Dandroid.txt1058 LC_TELEPHONE
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs688 pub const LC_TELEPHONE: ::c_int = 10; constant
694 pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
/third_party/mksh/
Ddot.mkshrc665 # LC_TELEPHONE LC_TIME LANGUAGE LANG LC_ALL
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1261 pub const LC_TELEPHONE: ::c_int = 10; constant
1267 pub const LC_TELEPHONE_MASK: ::c_int = 1 << LC_TELEPHONE;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs570 pub const LC_TELEPHONE: ::c_int = 9; constant