Searched refs:uselocale_0100 (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
H A D | uselocale_sup.c | 21 * @tc.name : uselocale_0100 25 void uselocale_0100(void) in uselocale_0100() function 29 EXPECT_PTRNE("uselocale_0100", rev, NULL); in uselocale_0100() 33 EXPECT_PTRNE("uselocale_0100", usenow, NULL); in uselocale_0100() 34 EXPECT_PTREQ("uselocale_0100", usenow, LC_GLOBAL_LOCALE); in uselocale_0100() 72 uselocale_0100(); in main()
|
/third_party/musl/libc-test/src/functionalext/locale/ |
H A D | uselocale.c | 21 * @tc.name : uselocale_0100 25 void uselocale_0100(void) in uselocale_0100() function 29 EXPECT_PTRNE("uselocale_0100", rev, NULL); in uselocale_0100() 33 EXPECT_PTRNE("uselocale_0100", usenow, NULL); in uselocale_0100() 34 EXPECT_PTREQ("uselocale_0100", usenow, LC_GLOBAL_LOCALE); in uselocale_0100() 72 uselocale_0100(); in main()
|
Completed in 1 milliseconds