Home
last modified time | relevance | path

Searched refs:moneypunct (Results 1 – 25 of 28) sorted by relevance

12

/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/
Dtypes.pass.cpp35 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<char> >::value), ""); in main()
36 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<wchar_t> >::value), ""); in main()
37 static_assert((std::is_base_of<std::money_base, std::moneypunct<char> >::value), ""); in main()
38 static_assert((std::is_base_of<std::money_base, std::moneypunct<wchar_t> >::value), ""); in main()
39 static_assert((std::is_same<std::moneypunct<char>::char_type, char>::value), ""); in main()
40 static_assert((std::is_same<std::moneypunct<wchar_t>::char_type, wchar_t>::value), ""); in main()
41 static_assert((std::is_same<std::moneypunct<char>::string_type, std::string>::value), ""); in main()
42 static_assert((std::is_same<std::moneypunct<wchar_t>::string_type, std::wstring>::value), ""); in main()
44 test(std::moneypunct<char, false>::intl); in main()
45 test(std::moneypunct<char, true>::intl); in main()
[all …]
Dctor.pass.cpp19 typedef std::moneypunct<char> F;
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
Dfrac_digits.pass.cpp23 typedef std::moneypunct<char> F;
26 : public std::moneypunct<char, false>
30 : std::moneypunct<char, false>(refs) {} in Fnf()
34 : public std::moneypunct<char, true>
38 : std::moneypunct<char, true>(refs) {} in Fnt()
42 : public std::moneypunct<wchar_t, false>
46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
50 : public std::moneypunct<wchar_t, true>
54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
Dnegative_sign.pass.cpp24 typedef std::moneypunct<char> F;
27 : public std::moneypunct<char, false>
31 : std::moneypunct<char, false>(refs) {} in Fnf()
35 : public std::moneypunct<char, true>
39 : std::moneypunct<char, true>(refs) {} in Fnt()
43 : public std::moneypunct<wchar_t, false>
47 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
51 : public std::moneypunct<wchar_t, true>
55 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
Dcurr_symbol.pass.cpp23 typedef std::moneypunct<char> F;
26 : public std::moneypunct<char, false>
30 : std::moneypunct<char, false>(refs) {} in Fnf()
34 : public std::moneypunct<char, true>
38 : std::moneypunct<char, true>(refs) {} in Fnt()
42 : public std::moneypunct<wchar_t, false>
46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
50 : public std::moneypunct<wchar_t, true>
54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
Dpositive_sign.pass.cpp23 typedef std::moneypunct<char> F;
26 : public std::moneypunct<char, false>
30 : std::moneypunct<char, false>(refs) {} in Fnf()
34 : public std::moneypunct<char, true>
38 : std::moneypunct<char, true>(refs) {} in Fnt()
42 : public std::moneypunct<wchar_t, false>
46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
50 : public std::moneypunct<wchar_t, true>
54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
Dgrouping.pass.cpp23 typedef std::moneypunct<char> F;
26 : public std::moneypunct<char, false>
30 : std::moneypunct<char, false>(refs) {} in Fnf()
34 : public std::moneypunct<char, true>
38 : std::moneypunct<char, true>(refs) {} in Fnt()
42 : public std::moneypunct<wchar_t, false>
46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
50 : public std::moneypunct<wchar_t, true>
54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
Ddecimal_point.pass.cpp23 typedef std::moneypunct<char> F;
26 : public std::moneypunct<char, false>
30 : std::moneypunct<char, false>(refs) {} in Fnf()
34 : public std::moneypunct<char, true>
38 : std::moneypunct<char, true>(refs) {} in Fnt()
42 : public std::moneypunct<wchar_t, false>
46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
50 : public std::moneypunct<wchar_t, true>
54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
Dthousands_sep.pass.cpp23 typedef std::moneypunct<char> F;
26 : public std::moneypunct<char, false>
30 : std::moneypunct<char, false>(refs) {} in Fnf()
34 : public std::moneypunct<char, true>
38 : std::moneypunct<char, true>(refs) {} in Fnt()
42 : public std::moneypunct<wchar_t, false>
46 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
50 : public std::moneypunct<wchar_t, true>
54 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
Dneg_format.pass.cpp20 typedef std::moneypunct<char> F;
23 : public std::moneypunct<char, false>
27 : std::moneypunct<char, false>(refs) {} in Fnf()
31 : public std::moneypunct<char, true>
35 : std::moneypunct<char, true>(refs) {} in Fnt()
39 : public std::moneypunct<wchar_t, false>
43 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
47 : public std::moneypunct<wchar_t, true>
51 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
Dpos_format.pass.cpp20 typedef std::moneypunct<char> F;
23 : public std::moneypunct<char, false>
27 : std::moneypunct<char, false>(refs) {} in Fnf()
31 : public std::moneypunct<char, true>
35 : std::moneypunct<char, true>(refs) {} in Fnt()
39 : public std::moneypunct<wchar_t, false>
43 : std::moneypunct<wchar_t, false>(refs) {} in Fwf()
47 : public std::moneypunct<wchar_t, true>
51 : std::moneypunct<wchar_t, true>(refs) {} in Fwt()
/external/libcxx/test/std/localization/locales/locale/locale.cons/
Dlocale_char_pointer_cat.pass.cpp36 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
37 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Dlocale_string_cat.pass.cpp37 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
38 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Dcopy.pass.cpp35 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
36 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Dassign.pass.cpp37 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
38 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Dlocale_locale_cat.pass.cpp36 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
37 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Dstring.pass.cpp36 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
37 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Dchar_pointer.pass.cpp39 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
40 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Ddefault.pass.cpp34 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
35 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Dlocale_facetptr.pass.cpp36 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
37 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
/external/libcxx/test/std/localization/locales/locale/locale.statics/
Dglobal.pass.cpp33 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
34 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
Dclassic.pass.cpp29 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
30 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
/external/libcxx/test/std/localization/locales/locale/locale.members/
Dcombine.pass.cpp34 assert((std::has_facet<std::moneypunct<char> >(loc))); in check()
35 assert((std::has_facet<std::moneypunct<wchar_t> >(loc))); in check()
/external/libcxx/include/
Dlocale169 template <class charT, bool Intl> class moneypunct;
2529 // moneypunct
2532 class _LIBCPP_TEMPLATE_VIS moneypunct
2541 explicit moneypunct(size_t __refs = 0)
2559 ~moneypunct() {}
2576 moneypunct<_CharT, _International>::id;
2580 moneypunct<_CharT, _International>::intl;
2582 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct<char, false>)
2583 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct<char, true>)
2584 _LIBCPP_EXTERN_TEMPLATE2(class _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS moneypunct<wchar_t, false>)
[all …]
/external/libcxx/src/
Dlocale.cpp197 install(&make<moneypunct<char, false> >(1u)); in __imp()
198 install(&make<moneypunct<char, true> >(1u)); in __imp()
199 install(&make<moneypunct<wchar_t, false> >(1u)); in __imp()
200 install(&make<moneypunct<wchar_t, true> >(1u)); in __imp()
378 install_from<moneypunct<char, false> >(one); in __imp()
379 install_from<moneypunct<char, true> >(one); in __imp()
380 install_from<moneypunct<wchar_t, false> >(one); in __imp()
381 install_from<moneypunct<wchar_t, true> >(one); in __imp()
5831 typedef moneypunct<char, false> base; in init()
5875 typedef moneypunct<char, true> base; in init()
[all …]

12