Home
last modified time | relevance | path

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

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