Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlanginfo.h88 #define ALT_DIGITS 50 macro
/bionic/libc/bionic/
Dlanginfo.cpp86 case ALT_DIGITS: result = ""; break; in nl_langinfo()
/bionic/tests/headers/posix/
Dlanginfo_h.c86 MACRO_TYPE(nl_item, ALT_DIGITS); in langinfo_h()
/bionic/tests/
Dlanginfo_test.cpp96 EXPECT_STREQ("", nl_langinfo(ALT_DIGITS)); in TEST()