Home
last modified time | relevance | path

Searched refs:lconv (Results 1 – 25 of 67) sorted by relevance

123

/third_party/musl/src/locale/
Dlocaleconv.c4 static const struct lconv posix_lconv = {
31 struct lconv *localeconv(void) in localeconv()
/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h24 struct lconv { struct
54 struct lconv *localeconv(void); argument
/third_party/musl/porting/liteos_m/kernel/include/
Dlocale.h24 struct lconv { struct
54 struct lconv *localeconv(void); argument
/third_party/musl/include/
Dlocale.h26 struct lconv { struct
56 struct lconv *localeconv(void); argument
/third_party/musl/porting/liteos_a/kernel/include/
Dlocale.h26 struct lconv { struct
56 struct lconv *localeconv(void); argument
/third_party/musl/ndk_musl_include/
Dlocale.h30 struct lconv { struct
59 struct lconv *localeconv(void); argument
/third_party/musl/porting/linux/user/include/
Dlocale.h32 struct lconv { struct
61 struct lconv *localeconv(void); argument
/third_party/musl/libc-test/src/api/
Dlocale.c9 struct lconv x; in f()
59 {struct lconv*(*p)(void) = localeconv;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/
Dlocale_localeconv_test.cpp22 struct lconv* pconv = localeconv();
42 struct lconv* pconv = localeconv();
/third_party/libabigail/tests/data/test-annotate/
Dlibtest24-drop-fns.so.abi70 <!-- struct lconv -->
71 …<class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/in…
73 <!-- char* lconv::decimal_point -->
77 <!-- char* lconv::thousands_sep -->
81 <!-- char* lconv::grouping -->
85 <!-- char* lconv::int_curr_symbol -->
89 <!-- char* lconv::currency_symbol -->
93 <!-- char* lconv::mon_decimal_point -->
97 <!-- char* lconv::mon_thousands_sep -->
101 <!-- char* lconv::mon_grouping -->
[all …]
Dlibtest24-drop-fns-2.so.abi70 <!-- struct lconv -->
71 …<class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/in…
73 <!-- char* lconv::decimal_point -->
77 <!-- char* lconv::thousands_sep -->
81 <!-- char* lconv::grouping -->
85 <!-- char* lconv::int_curr_symbol -->
89 <!-- char* lconv::currency_symbol -->
93 <!-- char* lconv::mon_decimal_point -->
97 <!-- char* lconv::mon_thousands_sep -->
101 <!-- char* lconv::mon_grouping -->
[all …]
/third_party/python/Include/internal/
Dpycore_fileutils.h47 struct lconv *lc,
/third_party/popt/
D.gitignore27 lconv
DCHANGES51 - jbj: add lconv/gcov targets to Makefile.am.
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dlocaleconv_sup.c28 struct lconv *pconv = localeconv(); in localeconv_0100()
/third_party/musl/libc-test/src/functionalext/locale/
Dlocaleconv.c28 struct lconv *pconv = localeconv(); in localeconv_0100()
/third_party/python/Modules/
D_localemodule.c156 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary()
246 struct lconv *lc; in _locale_localeconv_impl()
/third_party/python/Python/
Dpystrtod.c169 struct lconv *locale_data; in _PyOS_ascii_strtod()
451 struct lconv *locale_data = localeconv(); in change_decimal_from_locale_to_dot()
/third_party/rust/crates/libc/src/solid/
Dmod.rs148 pub struct lconv {
856 pub fn localeconv() -> *mut lconv; in localeconv()
860 pub fn localeconv_l(arg1: locale_t) -> *mut lconv; in localeconv_l() argument
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt619 lconv
/third_party/rust/crates/libc/src/
Dwasi.rs122 pub struct lconv {
681 pub fn localeconv() -> *mut lconv; in localeconv()
/third_party/cJSON/
DcJSON.c280 struct lconv *lconv = localeconv(); in get_decimal_point() local
281 return (unsigned char) lconv->decimal_point[0]; in get_decimal_point()
/third_party/json/include/nlohmann/detail/output/
Dserializer.hpp969 const std::lconv* loc = nullptr;
/third_party/rust/crates/libc/src/unix/newlib/
Dmod.rs103 pub struct lconv {
/third_party/rust/crates/libc/src/unix/hermit/
Dmod.rs383 pub struct lconv {

123