Home
last modified time | relevance | path

Searched refs:LC_GLOBAL_LOCALE (Results 1 – 21 of 21) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/ctype/ctype_gtest/
Dctype_isupper_l_test.cpp19 EXPECT_TRUE(isupper_l('B', LC_GLOBAL_LOCALE));
20 EXPECT_FALSE(isupper_l('b', LC_GLOBAL_LOCALE));
/third_party/musl/src/locale/
Duselocale.c11 if (new) self->locale = new == LC_GLOBAL_LOCALE ? global : new; in __uselocale()
13 return old == global ? LC_GLOBAL_LOCALE : old; in __uselocale()
Dduplocale.c15 if (old == LC_GLOBAL_LOCALE) old = &libc.global_locale; in __duplocale()
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dduplocale_sup.c33 locale_t newlocale_ = duplocale(LC_GLOBAL_LOCALE); in duplocale_0100()
55 locale_t global = duplocale(LC_GLOBAL_LOCALE); in duplocale_0200()
Duselocale_sup.c34 EXPECT_PTREQ("uselocale_0100", usenow, LC_GLOBAL_LOCALE); in uselocale_0100()
60 EXPECT_PTREQ("uselocale_0200", usenow, LC_GLOBAL_LOCALE); in uselocale_0200()
/third_party/musl/libc-test/src/functionalext/locale/
Duselocale.c34 EXPECT_PTREQ("uselocale_0100", usenow, LC_GLOBAL_LOCALE); in uselocale_0100()
60 EXPECT_PTREQ("uselocale_0200", usenow, LC_GLOBAL_LOCALE); in uselocale_0200()
Dduplocale.c33 locale_t newlocale_ = duplocale(LC_GLOBAL_LOCALE); in duplocale_0100()
55 locale_t global = duplocale(LC_GLOBAL_LOCALE); in duplocale_0200()
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/multibyte_gtest/
Dmultibyte_mbrtowc_test.cpp26 uselocale(LC_GLOBAL_LOCALE);
/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h64 #define LC_GLOBAL_LOCALE ((locale_t)-1) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlocale.h64 #define LC_GLOBAL_LOCALE ((locale_t)-1) macro
/third_party/musl/porting/liteos_a/kernel/include/
Dlocale.h66 #define LC_GLOBAL_LOCALE ((locale_t)-1) macro
/third_party/musl/porting/linux/user/include/
Dlocale.h70 #define LC_GLOBAL_LOCALE ((locale_t)-1) macro
/third_party/musl/include/
Dlocale.h76 #define LC_GLOBAL_LOCALE ((locale_t)-1) macro
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dmbrtoc16.c40 uselocale(LC_GLOBAL_LOCALE); in mbrtoc16_0100()
Dmbrtoc32.c40 uselocale(LC_GLOBAL_LOCALE); in mbrtoc32_0100()
Dc32rtomb.c85 uselocale(LC_GLOBAL_LOCALE); in c32rtomb_0300()
Dc16rtomb.c44 uselocale(LC_GLOBAL_LOCALE); in c16rtomb_0100()
/third_party/musl/libc-test/src/api/
Dlocale.c53 {locale_t x = LC_GLOBAL_LOCALE;} in f()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt454 LC_GLOBAL_LOCALE
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs1672 pub const LC_GLOBAL_LOCALE: ::locale_t = -1isize as ::locale_t; constant
/third_party/musl/
DWHATSNEW642 - duplocale should accept LC_GLOBAL_LOCALE