Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlocale.h76 char* int_curr_symbol; member
/bionic/tests/headers/posix/
Dlocale_h.c39 STRUCT_MEMBER(struct lconv, char*, int_curr_symbol); in locale_h()
/bionic/libc/bionic/
Dlocale.cpp94 g_locale.int_curr_symbol = not_available; in __locale_init()
/bionic/tests/
Dlocale_test.cpp27 EXPECT_STREQ("", localeconv()->int_curr_symbol); in TEST()