Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlocale.h80 char* mon_grouping; member
/bionic/tests/headers/posix/
Dlocale_h.c48 STRUCT_MEMBER(struct lconv, char*, mon_grouping); in locale_h()
/bionic/libc/bionic/
Dlocale.cpp98 g_locale.mon_grouping = not_available; in __locale_init()
/bionic/tests/
Dlocale_test.cpp31 EXPECT_STREQ("", localeconv()->mon_grouping); in TEST()