Home
last modified time | relevance | path

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

/bionic/libc/include/
Dlocale.h82 char* negative_sign; member
/bionic/tests/headers/posix/
Dlocale_h.c50 STRUCT_MEMBER(struct lconv, char*, negative_sign); in locale_h()
/bionic/libc/bionic/
Dlocale.cpp100 g_locale.negative_sign = not_available; in __locale_init()
/bionic/tests/
Dlocale_test.cpp33 EXPECT_STREQ("", localeconv()->negative_sign); in TEST()