Searched refs:lconv (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/headers/posix/ |
D | locale_h.c | 34 TYPE(struct lconv); in locale_h() 35 STRUCT_MEMBER(struct lconv, char*, currency_symbol); in locale_h() 36 STRUCT_MEMBER(struct lconv, char*, decimal_point); in locale_h() 37 STRUCT_MEMBER(struct lconv, char, frac_digits); in locale_h() 38 STRUCT_MEMBER(struct lconv, char*, grouping); in locale_h() 39 STRUCT_MEMBER(struct lconv, char*, int_curr_symbol); in locale_h() 40 STRUCT_MEMBER(struct lconv, char, int_frac_digits); in locale_h() 41 STRUCT_MEMBER(struct lconv, char, int_n_cs_precedes); in locale_h() 42 STRUCT_MEMBER(struct lconv, char, int_n_sep_by_space); in locale_h() 43 STRUCT_MEMBER(struct lconv, char, int_n_sign_posn); in locale_h() [all …]
|
/bionic/libc/include/ |
D | locale.h | 72 struct lconv { struct 99 struct lconv* localeconv(void) __INTRODUCED_IN_NO_GUARD_FOR_NDK(21); argument
|
/bionic/libc/bionic/ |
D | locale.cpp | 86 static lconv g_locale; 130 lconv* localeconv() { in localeconv()
|