Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlanginfo.h45 #define PM_STR 7 macro
/bionic/libc/bionic/
Dlanginfo.cpp43 case PM_STR: result = "PM"; break; in nl_langinfo()
/bionic/tests/headers/posix/
Dlanginfo_h.c43 MACRO_TYPE(nl_item, PM_STR); in langinfo_h()
/bionic/tests/
Dlanginfo_test.cpp53 EXPECT_STREQ("PM", nl_langinfo(PM_STR)); in TEST()