Home
last modified time | relevance | path

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

/third_party/musl/include/
Dlocale.h24 struct lconv { struct
25 char *decimal_point;
26 char *thousands_sep;
27 char *grouping;
29 char *int_curr_symbol;
30 char *currency_symbol;
54 struct lconv *localeconv(void); argument
/third_party/musl/porting/liteos_m/kernel/include/
Dlocale.h24 struct lconv { struct
25 char *decimal_point;
26 char *thousands_sep;
27 char *grouping;
29 char *int_curr_symbol;
30 char *currency_symbol;
54 struct lconv *localeconv(void); argument
/third_party/musl/porting/liteos_a/kernel/include/
Dlocale.h24 struct lconv { struct
25 char *decimal_point;
26 char *thousands_sep;
27 char *grouping;
29 char *int_curr_symbol;
30 char *currency_symbol;
54 struct lconv *localeconv(void); argument
/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h24 struct lconv { struct
25 char *decimal_point;
26 char *thousands_sep;
27 char *grouping;
29 char *int_curr_symbol;
30 char *currency_symbol;
54 struct lconv *localeconv(void); argument
/third_party/musl/ndk_musl_include/
Dlocale.h45 struct lconv { struct
46 char *decimal_point;
47 char *thousands_sep;
48 char *grouping;
50 char *int_curr_symbol;
74 struct lconv *localeconv(void); argument
/third_party/musl/porting/linux/user/include/
Dlocale.h45 struct lconv { struct
46 char *decimal_point;
47 char *thousands_sep;
48 char *grouping;
50 char *int_curr_symbol;
74 struct lconv *localeconv(void); argument
/third_party/cJSON/
DcJSON.c280 struct lconv *lconv = localeconv(); in get_decimal_point() local