Home
last modified time | relevance | path

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

/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/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_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/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/ndk_musl_include/
Dlocale.h30 struct lconv { struct
31 char *decimal_point;
32 char *thousands_sep;
33 char *grouping;
35 char *int_curr_symbol;
59 struct lconv *localeconv(void); argument
/third_party/musl/porting/linux/user/include/
Dlocale.h32 struct lconv { struct
33 char *decimal_point;
34 char *thousands_sep;
35 char *grouping;
37 char *int_curr_symbol;
61 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()