Home
last modified time | relevance | path

Searched refs:duplocale (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dduplocale_sup.c22 * @tc.desc : Asserts whether duplocale returns a null value for the global locale
33 locale_t newlocale_ = duplocale(LC_GLOBAL_LOCALE); in duplocale_0100()
43 * @tc.desc : Asserts that duplocale jumps first to the global locale and then to the custom locale,
55 locale_t global = duplocale(LC_GLOBAL_LOCALE); in duplocale_0200()
61 locale_t clonelocale = duplocale(newlocale_); in duplocale_0200()
/third_party/musl/libc-test/src/functionalext/locale/
H A Dduplocale.c22 * @tc.desc : Asserts whether duplocale returns a null value for the global locale
33 locale_t newlocale_ = duplocale(LC_GLOBAL_LOCALE); in duplocale_0100()
43 * @tc.desc : Asserts that duplocale jumps first to the global locale and then to the custom locale,
55 locale_t global = duplocale(LC_GLOBAL_LOCALE); in duplocale_0200()
61 locale_t clonelocale = duplocale(newlocale_); in duplocale_0200()
/third_party/musl/src/locale/
H A Dduplocale.c20 weak_alias(__duplocale, duplocale);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlocale.h74 locale_t duplocale(locale_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dlocale.h74 locale_t duplocale(locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlocale.h76 locale_t duplocale(locale_t);
/third_party/musl/porting/linux/user/include/
H A Dlocale.h101 locale_t duplocale(locale_t);
/third_party/musl/include/
H A Dlocale.h94 locale_t duplocale(locale_t);
/third_party/musl/libc-test/src/api/
H A Dlocale.c54 {locale_t(*p)(locale_t) = duplocale;} in f()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs858 pub fn duplocale(arg1: locale_t) -> locale_t; in duplocale() functions
/third_party/rust/crates/libc/src/
H A Dwasi.rs721 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1476 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1850 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1695 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2691 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2760 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3887 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() functions
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5406 pub fn duplocale(base: ::locale_t) -> ::locale_t; in duplocale() functions
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp16900 extern __locale_t duplocale (__locale_t __dataset) throw ();
[all...]

Completed in 94 milliseconds