Searched refs:usenow (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | uselocale_sup.c | 32 locale_t usenow = uselocale(NULL); in uselocale_0100() local 33 EXPECT_PTRNE("uselocale_0100", usenow, NULL); in uselocale_0100() 34 EXPECT_PTREQ("uselocale_0100", usenow, LC_GLOBAL_LOCALE); in uselocale_0100() 59 locale_t usenow = uselocale(newLocale); in uselocale_0200() local 60 EXPECT_PTREQ("uselocale_0200", usenow, LC_GLOBAL_LOCALE); in uselocale_0200()
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | uselocale.c | 32 locale_t usenow = uselocale(NULL); in uselocale_0100() local 33 EXPECT_PTRNE("uselocale_0100", usenow, NULL); in uselocale_0100() 34 EXPECT_PTREQ("uselocale_0100", usenow, LC_GLOBAL_LOCALE); in uselocale_0100() 59 locale_t usenow = uselocale(newLocale); in uselocale_0200() local 60 EXPECT_PTREQ("uselocale_0200", usenow, LC_GLOBAL_LOCALE); in uselocale_0200()
|
Completed in 1 milliseconds