Home
last modified time | relevance | path

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

12

/third_party/musl/src/locale/
Dlocaleconv.c4 static const struct lconv posix_lconv = {
31 struct lconv *localeconv(void) in localeconv()
/third_party/musl/porting/liteos_a/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.h24 struct lconv { struct
54 struct lconv *localeconv(void); argument
/third_party/musl/porting/uniproton/kernel/include/
Dlocale.h24 struct lconv { struct
54 struct lconv *localeconv(void); argument
/third_party/musl/ndk_musl_include/
Dlocale.h45 struct lconv { struct
74 struct lconv *localeconv(void); argument
/third_party/musl/porting/linux/user/include/
Dlocale.h45 struct lconv { struct
74 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/jsoncpp/src/lib_json/
DCMakeLists.txt19 check_type_size("struct lconv" LCONV_SIZE)
21 check_struct_has_member("struct lconv" decimal_point locale.h HAVE_DECIMAL_POINT)
24 check_type_size(lconv LCONV_SIZE LANGUAGE CXX)
26 check_struct_has_member(lconv decimal_point clocale HAVE_DECIMAL_POINT LANGUAGE CXX)
Djson_tool.h33 struct lconv* lc = localeconv(); in getDecimalPoint()
/third_party/boost/boost/compatibility/cpp_c_headers/
Dclocale11 using ::lconv;
/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/locale/
Dlocaleconv.c28 struct lconv *pconv = localeconv(); in localeconv_0100()
/third_party/musl/libc-test/src/functionalext/supplement/locale/
Dlocaleconv_sup.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()
Dformatter_unicode.c704 struct lconv *lc = localeconv(); in get_locale_info()
/third_party/gettext/gettext-tools/m4/
Dlocale-de.m469 #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */
/third_party/boost/libs/locale/src/posix/
Dnumeric.cpp392 lconv *cv = localeconv_l(lc); in basic_numpunct()
/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.hpp929 const std::lconv* loc = nullptr;
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgstrfuncs.c363 struct lconv *locale_data;
558 struct lconv *locale_data; in g_ascii_formatd()
/third_party/glib/glib/
Dgstrfuncs.c747 struct lconv *locale_data; in g_ascii_strtod()
964 struct lconv *locale_data; in g_ascii_formatd()

12