Home
last modified time | relevance | path

Searched refs:thousands_sep (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/tzcode/
Dlocaledef.h77 const char *thousands_sep; member
/bionic/libc/include/
Dlocale.h74 char* _Nonnull thousands_sep; member
/bionic/tests/headers/posix/
Dlocale_h.c58 STRUCT_MEMBER(struct lconv, char*, thousands_sep); in locale_h()
/bionic/libc/bionic/
Dlocale.cpp96 g_locale.thousands_sep = not_available; in __locale_init()
/bionic/tests/
Dlanginfo_test.cpp141 EXPECT_STREQ(localeconv()->thousands_sep, nl_langinfo(THOUSEP)); in TEST()
Dlocale_test.cpp27 EXPECT_STREQ("", localeconv()->thousands_sep); in TEST()