Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dlocaledef.h55 char *positive_sign; member
/bionic/libc/include/
Dlocale.h81 char* _Nonnull positive_sign; member
/bionic/tests/headers/posix/
Dlocale_h.c54 STRUCT_MEMBER(struct lconv, char*, positive_sign); in locale_h()
/bionic/libc/bionic/
Dlocale.cpp103 g_locale.positive_sign = not_available; in __locale_init()
/bionic/tests/
Dlocale_test.cpp34 EXPECT_STREQ("", localeconv()->positive_sign); in TEST()