Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlanginfo.h69 #define MON_10 31 macro
/bionic/libc/bionic/
Dlanginfo.cpp67 case MON_10: result = "October"; break; in nl_langinfo()
/bionic/tests/headers/posix/
Dlanginfo_h.c67 MACRO_TYPE(nl_item, MON_10); in langinfo_h()
/bionic/tests/
Dlanginfo_test.cpp77 EXPECT_STREQ("October", nl_langinfo(MON_10)); in TEST()