Home
last modified time | relevance | path

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

1234

/external/libcxx/include/
Dclocale30 struct lconv;
32 lconv* localeconv();
47 using ::lconv;
/external/llvm-project/libcxx/include/
Dclocale29 struct lconv;
31 lconv* localeconv();
46 using ::lconv;
/external/llvm-project/libcxx/include/support/win32/
Dlocale_win32.h33 __lconv_storage(const lconv *__lc_input) { in __lconv_storage()
59 lconv *__get() { in __get()
63 lconv __lc;
156 lconv *__store_lconv(const lconv *__input_lc) { in __store_lconv()
177 lconv *localeconv_l( locale_t &loc );
/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/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dlocale_h.pass.cpp48 lconv lc; ((void)lc); in main()
50 static_assert((std::is_same<decltype(localeconv()), lconv*>::value), ""); in main()
/external/llvm-project/libcxx/test/std/localization/c.locales/
Dclocale.pass.cpp50 std::lconv lc; in main()
55 static_assert((std::is_same<decltype(std::localeconv()), std::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/llvm-project/libcxx/include/support/solaris/
Dxlocale.h31 struct lconv *localeconv(void);
32 struct lconv *localeconv_l(locale_t __l);
/external/libcxx/include/support/solaris/
Dxlocale.h32 struct lconv *localeconv(void);
33 struct lconv *localeconv_l(locale_t __l);
/external/libcups/cups/
Dstring-private.h199 struct lconv *loc) _CUPS_PRIVATE;
201 struct lconv *loc) _CUPS_PRIVATE;
Dstring.c206 struct lconv *loc) /* I - Locale data */ in _cupsStrFormatd()
396 struct lconv *loc) /* I - Locale data */ in _cupsStrScand()
/external/llvm-project/libcxx/test/libcxx/modules/
Dclocale_exports.compile.pass.cpp26 std::lconv l; (void)l; in main()
/external/libcxx/test/libcxx/modules/
Dclocale_exports.sh.cpp24 std::lconv l; ((void)l); in main()
/external/llvm-project/libcxx/src/support/win32/
Dlocale_win32.cpp35 lconv *localeconv_l( locale_t &loc ) in localeconv_l()
38 lconv *lc = localeconv(); in localeconv_l()
/external/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()
/external/python/cpython3/Include/internal/
Dpycore_fileutils.h47 struct lconv *lc,
/external/libabigail/tests/data/test-annotate/
Dlibtest24-drop-fns.so.abi165 <!-- struct lconv -->
166 …<class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/in…
168 <!-- char* lconv::decimal_point -->
172 <!-- char* lconv::thousands_sep -->
176 <!-- char* lconv::grouping -->
180 <!-- char* lconv::int_curr_symbol -->
184 <!-- char* lconv::currency_symbol -->
188 <!-- char* lconv::mon_decimal_point -->
192 <!-- char* lconv::mon_thousands_sep -->
196 <!-- char* lconv::mon_grouping -->
[all …]
Dlibtest24-drop-fns-2.so.abi165 <!-- struct lconv -->
166 …<class-decl name='lconv' size-in-bits='768' is-struct='yes' visibility='default' filepath='/usr/in…
168 <!-- char* lconv::decimal_point -->
172 <!-- char* lconv::thousands_sep -->
176 <!-- char* lconv::grouping -->
180 <!-- char* lconv::int_curr_symbol -->
184 <!-- char* lconv::currency_symbol -->
188 <!-- char* lconv::mon_decimal_point -->
192 <!-- char* lconv::mon_thousands_sep -->
196 <!-- char* lconv::mon_grouping -->
[all …]
/external/llvm-project/libcxx/src/support/solaris/
Dxlocale.cpp62 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
/external/libcxx/src/support/solaris/
Dxlocale.cpp63 struct lconv *localeconv_l(locale_t __l) { in localeconv_l()
/external/llvm-project/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/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/python/cpython2/Objects/stringlib/
Dlocaleutil.h205 struct lconv *locale_data = localeconv(); in _Py_InsertThousandsGroupingLocale()
/external/libcxx/src/support/win32/
Dlocale_win32.cpp37 lconv *localeconv_l( locale_t loc ) in localeconv_l()

1234