Home
last modified time | relevance | path

Searched refs:DAY_1 (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/include/
H A Dlanginfo.h46 #define DAY_1 8 macro
/aosp12/bionic/libc/bionic/
H A Dlanginfo.cpp44 case DAY_1: result = "Sunday"; break; in nl_langinfo()
/aosp12/bionic/tests/headers/posix/
H A Dlanginfo_h.c44 MACRO_TYPE(nl_item, DAY_1); in langinfo_h()
/aosp12/bionic/tests/
H A Dlanginfo_test.cpp54 EXPECT_STREQ("Sunday", nl_langinfo(DAY_1)); in TEST()