Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlanginfo.h44 #define AM_STR 6 macro
/bionic/libc/bionic/
Dlanginfo.cpp42 case AM_STR: result = "AM"; break; in nl_langinfo()
/bionic/tests/headers/posix/
Dlanginfo_h.c42 MACRO_TYPE(nl_item, AM_STR); in langinfo_h()
/bionic/tests/
Dlanginfo_test.cpp52 EXPECT_STREQ("AM", nl_langinfo(AM_STR)); in TEST()