Home
last modified time | relevance | path

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

/third_party/musl/include/
Dlocale.h26 struct lconv { struct
27 char *decimal_point;
28 char *thousands_sep;
29 char *grouping;
31 char *int_curr_symbol;
32 char *currency_symbol;
56 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.h26 struct lconv { struct
27 char *decimal_point;
28 char *thousands_sep;
29 char *grouping;
31 char *int_curr_symbol;
32 char *currency_symbol;
56 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.h47 struct lconv { struct
48 char *decimal_point;
49 char *thousands_sep;
50 char *grouping;
52 char *int_curr_symbol;
76 struct lconv *localeconv(void); argument
/third_party/cJSON/
DcJSON.c280 struct lconv *lconv = localeconv(); in get_decimal_point() local
/third_party/rust/crates/libc/src/solid/
Dmod.rs860 pub fn localeconv_l(arg1: locale_t) -> *mut lconv; in localeconv_l()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp16828 struct lconv struct
16832 char *decimal_point;
16833 char *thousands_sep;
16839 char *grouping;
16845 char *int_curr_symbol;
16846 char *currency_symbol;
16847 char *mon_decimal_point;
16848 char *mon_thousands_sep;
16849 char *mon_grouping;
16850 char *positive_sign;
[all …]
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs2693 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5408 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()