Home
last modified time | relevance | path

Searched refs:ALT_DIGITS (Results 1 – 3 of 3) 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/
Dlanginfo_test.cpp96 EXPECT_STREQ("", nl_langinfo(ALT_DIGITS)); in TEST()