Home
last modified time | relevance | path

Searched refs:lconv (Results 1 - 25 of 39) sorted by relevance

12

/third_party/musl/src/locale/
H A Dlocaleconv.c22 static const struct lconv posix_lconv = {
58 static struct lconv g_lconv_icures;
90 memcpy(&g_lconv_icures, &posix_lconv, sizeof(struct lconv)); in refresh_lconv_icures()
113 struct lconv *localeconv(void) in localeconv()
/third_party/musl/libc-test/src/functionalext/locale/
H A Dlocaleconv.c28 struct lconv *pconv = localeconv(); in localeconv_0100()
69 struct lconv *pconv = localeconv(); in localeconv_0200()
112 struct lconv *pconv = localeconv(); in localeconv_0300()
155 struct lconv *pconv = localeconv(); in localeconv_0400()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlocale.h24 struct lconv { struct
54 struct lconv *localeconv(void);
/third_party/musl/porting/uniproton/kernel/include/
H A Dlocale.h24 struct lconv { struct
54 struct lconv *localeconv(void);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlocale.h26 struct lconv { struct
56 struct lconv *localeconv(void);
/third_party/musl/porting/linux/user/include/
H A Dlocale.h47 struct lconv { struct
76 struct lconv *localeconv(void);
/third_party/musl/include/
H A Dlocale.h36 struct lconv { struct
66 struct lconv *localeconv(void);
/third_party/musl/libc-test/src/functionalext/supplement/locale/locale_gtest/
H A Dlocale_localeconv_test.cpp16 * @tc.desc: The viewpoint of this test is to verify whether the fields in the struct lconv structure returned by
22 struct lconv* pconv = localeconv(); in HWTEST_F()
36 * @tc.desc: This test verifies whether the fields in the struct lconv structure returned by localeconv are equal to
42 struct lconv* pconv = localeconv(); in HWTEST_F()
/third_party/musl/libc-test/src/api/
H A Dlocale.c9 struct lconv x; in f()
59 {struct lconv*(*p)(void) = localeconv;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/locale/
H A Dlocaleconv_sup.c28 struct lconv *pconv = localeconv(); in localeconv_0100()
/third_party/python/Modules/
H A D_localemodule.c156 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary()
196 /* Use _W_* fields of Windows struct lconv */ in locale_decode_monetary()
246 struct lconv *lc; in _locale_localeconv_impl()
272 /* Use _W_* fields of Windows struct lconv */ in _locale_localeconv_impl()
/third_party/python/Include/internal/
H A Dpycore_fileutils.h11 #include <locale.h> /* struct lconv */
215 struct lconv *lc,
/third_party/python/Python/
H A Dpystrtod.c168 struct lconv *locale_data; in _PyOS_ascii_strtod()
450 struct lconv *locale_data = localeconv(); in change_decimal_from_locale_to_dot()
H A Dformatter_unicode.c708 struct lconv *lc = localeconv(); in get_locale_info()
/third_party/rust/crates/libc/src/solid/
H A Dmod.rs148 pub struct lconv { structure names
856 pub fn localeconv() -> *mut lconv; in localeconv()
860 pub fn localeconv_l(arg1: locale_t) -> *mut lconv; in localeconv_l()
/third_party/rust/crates/libc/src/
H A Dwasi.rs122 pub struct lconv { structure names
681 pub fn localeconv() -> *mut lconv; in localeconv()
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp14 #include <clocale> // localeconv, lconv
969 const std::lconv* loc = nullptr;
/third_party/cJSON/
H A DcJSON.c298 struct lconv *lconv = localeconv(); in get_decimal_point() local
299 return (unsigned char) lconv->decimal_point[0]; in get_decimal_point()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs103 pub struct lconv { structure names
/third_party/rust/crates/libc/src/unix/hermit/
H A Dmod.rs383 pub struct lconv { structure names
/third_party/python/Modules/_decimal/libmpdec/
H A Dio.c885 struct lconv *lc; in mpd_parse_fmt_str()
/third_party/rust/crates/libc/src/unix/redox/
H A Dmod.rs134 pub struct lconv { structure names
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c213 struct lconv *loc) /* I - Locale data */ in _cupsStrFormatd()
1627 struct lconv *loc = localeconv(); in ppdCreateFromIPP2()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs277 pub struct lconv { structure names
2693 pub fn localeconv_l(loc: ::locale_t) -> *mut lconv; in localeconv_l()
/third_party/alsa-lib/src/pcm/
H A Dpcm_ladspa.c1109 struct lconv *lc; in snd_pcm_ladspa_check_file()

Completed in 44 milliseconds

12