Home
last modified time | relevance | path

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

12

/external/libcxx/include/
Dclocale30 struct lconv;
32 lconv* localeconv();
47 using ::lconv;
D__bsd_locale_fallbacks.h94 lconv *__libcpp_localeconv_l(locale_t __l) in __libcpp_localeconv_l()
/external/libcxx/test/std/depr/depr.c.headers/
Dlocale_h.pass.cpp45 lconv lc; ((void)lc); in main()
47 static_assert((std::is_same<decltype(localeconv()), lconv*>::value), ""); in main()
/external/libcxx/test/std/localization/c.locales/
Dclocale.pass.cpp49 std::lconv lc; in main()
54 static_assert((std::is_same<decltype(std::localeconv()), std::lconv*>::value), ""); in main()
/external/libcxx/include/support/solaris/
Dxlocale.h32 struct lconv *localeconv(void);
33 struct lconv *localeconv_l(locale_t __l);
/external/libcups/cups/
Dstring-private.h203 struct lconv *loc);
205 struct lconv *loc);
Dstring.c210 struct lconv *loc) /* I - Locale data */ in _cupsStrFormatd()
401 struct lconv *loc) /* I - Locale data */ in _cupsStrScand()
Dtestlang.c46 struct lconv *loc; /* Locale data */ in main()
Dppd-page.c39 struct lconv *loc; /* Locale data */ in ppdPageSize()
Dppd-emit.c616 struct lconv *loc; /* Locale data */ in ppdEmitString()
/external/libcxx/test/libcxx/modules/
Dclocale_exports.sh.cpp24 std::lconv l; ((void)l); in main()
/external/llvm/test/CodeGen/ARM/
D2011-06-09-TailCallByVal.ll21 …ary*, %struct.__xlocale_st_numeric*, %struct._xlocale*, %struct.__xlocale_st_time*, %struct.lconv }
26 %struct.lconv = type { i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8, i8, i8, i8, i8, i8, i8…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
D2011-06-09-TailCallByVal.ll21 …ary*, %struct.__xlocale_st_numeric*, %struct._xlocale*, %struct.__xlocale_st_time*, %struct.lconv }
26 %struct.lconv = type { i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8, i8, i8, i8, i8, i8, i8…
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
D2011-06-09-TailCallByVal.ll21 …ary*, %struct.__xlocale_st_numeric*, %struct._xlocale*, %struct.__xlocale_st_time*, %struct.lconv }
26 %struct.lconv = type { i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8*, i8, i8, i8, i8, i8, i8, i8…
/external/libcxx/src/support/solaris/
Dxlocale.cpp63 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
/external/libcxx/src/support/win32/
Dlocale_win32.cpp37 lconv *localeconv_l( locale_t loc ) in localeconv_l()
/external/python/cpython2/Objects/stringlib/
Dlocaleutil.h205 struct lconv *locale_data = localeconv(); in _Py_InsertThousandsGroupingLocale()
/external/python/cpython3/Modules/
D_localemodule.c131 locale_decode_monetary(PyObject *dict, struct lconv *lc) in locale_decode_monetary()
207 struct lconv *l; in PyLocale_localeconv()
/external/python/cpython3/Python/
Dpystrtod.c168 struct lconv *locale_data; in _PyOS_ascii_strtod()
452 struct lconv *locale_data = localeconv(); in change_decimal_from_locale_to_dot()
/external/python/cpython2/Python/
Dpystrtod.c129 struct lconv *locale_data; in _PyOS_ascii_strtod()
378 struct lconv *locale_data = localeconv(); in change_decimal_from_locale_to_dot()
/external/libcxx/include/support/win32/
Dlocale_win32.h113 lconv *localeconv_l( locale_t loc );
/external/iperf3/src/
Dcjson.c207 struct lconv *lconv = localeconv(); in get_decimal_point() local
208 return (unsigned char) lconv->decimal_point[0]; in get_decimal_point()
/external/llvm/test/DebugInfo/X86/
Dpr19307.ll93 !6 = !DICompositeType(tag: DW_TAG_structure_type, name: "lconv", line: 54, flags: DIFlagFwdDecl, fi…
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dpr19307.ll93 !6 = !DICompositeType(tag: DW_TAG_structure_type, name: "lconv", line: 54, flags: DIFlagFwdDecl, fi…
/external/python/cpython2/Modules/
D_localemodule.c210 struct lconv *l; in PyLocale_localeconv()

12