Home
last modified time | relevance | path

Searched refs:uselocale (Results 1 - 25 of 28) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Duselocale_sup.c22 * @tc.desc : Asserts whether the result returned when uselocale passes a null pointer is the global locale
32 locale_t usenow = uselocale(NULL); in uselocale_0100()
40 * used using the custom locale using the uselocale function
50 uselocale(NULL); in uselocale_0200()
59 locale_t usenow = uselocale(newLocale); in uselocale_0200()
61 locale_t it = uselocale(NULL); in uselocale_0200()
/third_party/musl/libc-test/src/functionalext/locale/
H A Duselocale.c22 * @tc.desc : Asserts whether the result returned when uselocale passes a null pointer is the global locale
32 locale_t usenow = uselocale(NULL); in uselocale_0100()
40 * using newLOCALE and used using the custom locale using the uselocale function
50 uselocale(NULL); in uselocale_0200()
59 locale_t usenow = uselocale(newLocale); in uselocale_0200()
61 locale_t it = uselocale(NULL); in uselocale_0200()
/third_party/musl/libc-test/src/regression/
H A Duselocale-0.c2 // uselocale(0) should not change the current locale
15 if (!uselocale(c)) in main()
16 t_error("uselocale(c) failed\n"); in main()
18 locale_t l1 = uselocale(0); in main()
20 t_error("uselocale failed to set locale: " in main()
23 locale_t l2 = uselocale(0); in main()
25 t_error("uselocale(0) changed locale: " in main()
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/
H A Dlocale_uselocale_test.cpp18 locale_t initialLocale = uselocale(nullptr); in HWTEST_F()
23 locale_t previousLocale = uselocale(newLocale); in HWTEST_F()
26 ASSERT_EQ(newLocale, uselocale(nullptr)); in HWTEST_F()
/third_party/skia/src/gpu/
H A DGrAutoLocaleSetter.h61 fOldLocale = uselocale(fLocale); in GrAutoLocaleSetter()
78 uselocale(fOldLocale); in ~GrAutoLocaleSetter()
/third_party/musl/Benchmark/musl/
H A Dlibc_locale.cpp108 oldLocale = uselocale(newLocale); in Bm_function_Uselocale()
109 newLocale = uselocale(oldLocale); in Bm_function_Uselocale()
/third_party/musl/src/locale/
H A Duselocale.c16 weak_alias(__uselocale, uselocale);
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/multibyte_gtest/
H A Dmultibyte_mbrtowc_test.cpp26 uselocale(LC_GLOBAL_LOCALE); in HWTEST_F()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlocale.h77 locale_t uselocale(locale_t);
/third_party/musl/porting/uniproton/kernel/include/
H A Dlocale.h77 locale_t uselocale(locale_t);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlocale.h79 locale_t uselocale(locale_t);
/third_party/musl/porting/linux/user/include/
H A Dlocale.h104 locale_t uselocale(locale_t);
/third_party/musl/include/
H A Dlocale.h97 locale_t uselocale(locale_t);
/third_party/musl/libc-test/src/api/
H A Dlocale.c57 {locale_t(*p)(locale_t) = uselocale;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
H A Dmbrtoc16.c40 uselocale(LC_GLOBAL_LOCALE); in mbrtoc16_0100()
H A Dmbrtoc32.c40 uselocale(LC_GLOBAL_LOCALE); in mbrtoc32_0100()
H A Dc16rtomb.c44 uselocale(LC_GLOBAL_LOCALE); in c16rtomb_0100()
H A Dc32rtomb.c85 uselocale(LC_GLOBAL_LOCALE); in c32rtomb_0300()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtime_test.cpp302 locale_t oldLoc = uselocale(loc); in HWTEST_F()
307 uselocale(oldLoc); in HWTEST_F()
/third_party/alsa-lib/src/
H A Dconf.c718 saved_locale = uselocale(c_locale); in _snd_safe_strtod()
731 uselocale(saved_locale); in _snd_safe_strtod()
/third_party/rust/crates/libc/src/
H A Dwasi.rs724 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1690 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1847 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() functions
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1698 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2763 pub fn uselocale(loc: ::locale_t) -> ::locale_t; in uselocale() functions

Completed in 39 milliseconds

12