/third_party/musl/src/locale/ |
D | localeconv.c | 4 static const struct lconv posix_lconv = { 31 struct lconv *localeconv(void) in localeconv()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | locale.h | 24 struct lconv { struct 54 struct lconv *localeconv(void); argument
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | locale.h | 24 struct lconv { struct 54 struct lconv *localeconv(void); argument
|
/third_party/musl/include/ |
D | locale.h | 26 struct lconv { struct 56 struct lconv *localeconv(void); argument
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | locale.h | 26 struct lconv { struct 56 struct lconv *localeconv(void); argument
|
/third_party/musl/ndk_musl_include/ |
D | locale.h | 30 struct lconv { struct 59 struct lconv *localeconv(void); argument
|
/third_party/musl/porting/linux/user/include/ |
D | locale.h | 32 struct lconv { struct 61 struct lconv *localeconv(void); argument
|
/third_party/musl/libc-test/src/api/ |
D | locale.c | 9 struct lconv x; in f() 59 {struct lconv*(*p)(void) = localeconv;} in f()
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/ |
D | locale_localeconv_test.cpp | 22 struct lconv* pconv = localeconv(); 42 struct lconv* pconv = localeconv();
|
/third_party/libabigail/tests/data/test-annotate/ |
D | libtest24-drop-fns.so.abi | 70 <!-- 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 …]
|
D | libtest24-drop-fns-2.so.abi | 70 <!-- 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/ |
D | pycore_fileutils.h | 47 struct lconv *lc,
|
/third_party/popt/ |
D | .gitignore | 27 lconv
|
D | CHANGES | 51 - jbj: add lconv/gcov targets to Makefile.am.
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
D | localeconv_sup.c | 28 struct lconv *pconv = localeconv(); in localeconv_0100()
|
/third_party/musl/libc-test/src/functionalext/locale/ |
D | localeconv.c | 28 struct lconv *pconv = localeconv(); in localeconv_0100()
|
/third_party/python/Modules/ |
D | _localemodule.c | 156 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary() 246 struct lconv *lc; in _locale_localeconv_impl()
|
/third_party/python/Python/ |
D | pystrtod.c | 169 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/ |
D | mod.rs | 148 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/ |
D | unix.txt | 619 lconv
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 122 pub struct lconv { 681 pub fn localeconv() -> *mut lconv; in localeconv()
|
/third_party/cJSON/ |
D | cJSON.c | 280 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/ |
D | serializer.hpp | 969 const std::lconv* loc = nullptr;
|
/third_party/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 103 pub struct lconv {
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 383 pub struct lconv {
|