Home
last modified time | relevance | path

Searched defs:lconv (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/android/support/include/
Dlocale.h37 #define lconv __libc_lconv macro
99 struct lconv { struct
100 char* decimal_point; /* Decimal point character */
101 char* thousands_sep; /* Thousands separator */
102 char* grouping; /* Grouping */
103 char* int_curr_symbol;
127 struct lconv* localeconv(void); argument