/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/liteos_a/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 | 24 struct lconv { struct 54 struct lconv *localeconv(void); argument
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | locale.h | 24 struct lconv { struct 54 struct lconv *localeconv(void); argument
|
/third_party/musl/ndk_musl_include/ |
D | locale.h | 45 struct lconv { struct 74 struct lconv *localeconv(void); argument
|
/third_party/musl/porting/linux/user/include/ |
D | locale.h | 45 struct lconv { struct 74 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/jsoncpp/src/lib_json/ |
D | CMakeLists.txt | 19 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)
|
D | json_tool.h | 33 struct lconv* lc = localeconv(); in getDecimalPoint()
|
/third_party/boost/boost/compatibility/cpp_c_headers/ |
D | clocale | 11 using ::lconv;
|
/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/locale/ |
D | localeconv.c | 28 struct lconv *pconv = localeconv(); in localeconv_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/locale/ |
D | localeconv_sup.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()
|
D | formatter_unicode.c | 704 struct lconv *lc = localeconv(); in get_locale_info()
|
/third_party/gettext/gettext-tools/m4/ |
D | locale-de.m4 | 69 #if !defined __BIONIC__ /* Bionic libc's 'struct lconv' is just a dummy. */
|
/third_party/boost/libs/locale/src/posix/ |
D | numeric.cpp | 392 lconv *cv = localeconv_l(lc); in basic_numpunct()
|
/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 | 929 const std::lconv* loc = nullptr;
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstrfuncs.c | 363 struct lconv *locale_data; 558 struct lconv *locale_data; in g_ascii_formatd()
|
/third_party/glib/glib/ |
D | gstrfuncs.c | 747 struct lconv *locale_data; in g_ascii_strtod() 964 struct lconv *locale_data; in g_ascii_formatd()
|