Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlanginfo.h90 #define THOUSEP 52 macro
/bionic/tests/
Dlanginfo_test.cpp103 EXPECT_STREQ("", nl_langinfo(THOUSEP)); in TEST()
141 EXPECT_STREQ(localeconv()->thousands_sep, nl_langinfo(THOUSEP)); in TEST()
/bionic/libc/bionic/
Dlanginfo.cpp89 case THOUSEP: result = ""; break; in nl_langinfo()
/bionic/tests/headers/posix/
Dlanginfo_h.c88 MACRO_TYPE(nl_item, THOUSEP); in langinfo_h()