/external/stlport/src/ |
H A D | monetary.cpp | 45 // moneypunct<> 48 moneypunct<char, true>::moneypunct(size_t __refs) : locale::facet(__refs) function in class:moneypunct 50 moneypunct<char, true>::~moneypunct() {} 52 char moneypunct<char, true>::do_decimal_point() const {return ' ';} 53 char moneypunct<char, true>::do_thousands_sep() const {return ' ';} 54 string moneypunct<char, true>::do_grouping() const { return _S_empty_string; } 55 string moneypunct<char, true>::do_curr_symbol() const { return _S_empty_string; } 56 string moneypunct<cha 62 moneypunct<char, false>::moneypunct(size_t __refs) : locale::facet(__refs) function in class:moneypunct 78 moneypunct<wchar_t, true>::moneypunct(size_t __refs) : locale::facet(__refs) function in class:moneypunct 98 moneypunct<wchar_t, false>::moneypunct(size_t __refs) : locale::facet(__refs) function in class:moneypunct [all...] |
/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/ |
H A D | curr_symbol.pass.cpp | 12 // class moneypunct<charT, International> 23 typedef std::moneypunct<char> F; 26 : public std::moneypunct<char, false> 30 : std::moneypunct<char, false>(refs) {} 34 : public std::moneypunct<char, true> 38 : std::moneypunct<char, true>(refs) {} 42 : public std::moneypunct<wchar_t, false> 46 : std::moneypunct<wchar_t, false>(refs) {} 50 : public std::moneypunct<wchar_t, true> 54 : std::moneypunct<wchar_ [all...] |
H A D | decimal_point.pass.cpp | 12 // class moneypunct<charT, International> 23 typedef std::moneypunct<char> F; 26 : public std::moneypunct<char, false> 30 : std::moneypunct<char, false>(refs) {} 34 : public std::moneypunct<char, true> 38 : std::moneypunct<char, true>(refs) {} 42 : public std::moneypunct<wchar_t, false> 46 : std::moneypunct<wchar_t, false>(refs) {} 50 : public std::moneypunct<wchar_t, true> 54 : std::moneypunct<wchar_ [all...] |
H A D | frac_digits.pass.cpp | 12 // class moneypunct<charT, International> 23 typedef std::moneypunct<char> F; 26 : public std::moneypunct<char, false> 30 : std::moneypunct<char, false>(refs) {} 34 : public std::moneypunct<char, true> 38 : std::moneypunct<char, true>(refs) {} 42 : public std::moneypunct<wchar_t, false> 46 : std::moneypunct<wchar_t, false>(refs) {} 50 : public std::moneypunct<wchar_t, true> 54 : std::moneypunct<wchar_ [all...] |
H A D | grouping.pass.cpp | 12 // class moneypunct<charT, International> 23 typedef std::moneypunct<char> F; 26 : public std::moneypunct<char, false> 30 : std::moneypunct<char, false>(refs) {} 34 : public std::moneypunct<char, true> 38 : std::moneypunct<char, true>(refs) {} 42 : public std::moneypunct<wchar_t, false> 46 : std::moneypunct<wchar_t, false>(refs) {} 50 : public std::moneypunct<wchar_t, true> 54 : std::moneypunct<wchar_ [all...] |
H A D | negative_sign.pass.cpp | 12 // class moneypunct<charT, International> 24 typedef std::moneypunct<char> F; 27 : public std::moneypunct<char, false> 31 : std::moneypunct<char, false>(refs) {} 35 : public std::moneypunct<char, true> 39 : std::moneypunct<char, true>(refs) {} 43 : public std::moneypunct<wchar_t, false> 47 : std::moneypunct<wchar_t, false>(refs) {} 51 : public std::moneypunct<wchar_t, true> 55 : std::moneypunct<wchar_ [all...] |
H A D | positive_sign.pass.cpp | 12 // class moneypunct<charT, International> 23 typedef std::moneypunct<char> F; 26 : public std::moneypunct<char, false> 30 : std::moneypunct<char, false>(refs) {} 34 : public std::moneypunct<char, true> 38 : std::moneypunct<char, true>(refs) {} 42 : public std::moneypunct<wchar_t, false> 46 : std::moneypunct<wchar_t, false>(refs) {} 50 : public std::moneypunct<wchar_t, true> 54 : std::moneypunct<wchar_ [all...] |
H A D | thousands_sep.pass.cpp | 12 // class moneypunct<charT, International> 23 typedef std::moneypunct<char> F; 26 : public std::moneypunct<char, false> 30 : std::moneypunct<char, false>(refs) {} 34 : public std::moneypunct<char, true> 38 : std::moneypunct<char, true>(refs) {} 42 : public std::moneypunct<wchar_t, false> 46 : std::moneypunct<wchar_t, false>(refs) {} 50 : public std::moneypunct<wchar_t, true> 54 : std::moneypunct<wchar_ [all...] |
H A D | Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/Android.mk 19 test_name := localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/neg_format 23 test_name := localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/pos_format 27 test_name := localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/grouping 31 test_name := localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct [all...] |
H A D | neg_format.pass.cpp | 12 // class moneypunct<charT, International> 20 typedef std::moneypunct<char> F; 23 : public std::moneypunct<char, false> 27 : std::moneypunct<char, false>(refs) {} 31 : public std::moneypunct<char, true> 35 : std::moneypunct<char, true>(refs) {} 39 : public std::moneypunct<wchar_t, false> 43 : std::moneypunct<wchar_t, false>(refs) {} 47 : public std::moneypunct<wchar_t, true> 51 : std::moneypunct<wchar_ [all...] |
H A D | pos_format.pass.cpp | 12 // class moneypunct<charT, International> 20 typedef std::moneypunct<char> F; 23 : public std::moneypunct<char, false> 27 : std::moneypunct<char, false>(refs) {} 31 : public std::moneypunct<char, true> 35 : std::moneypunct<char, true>(refs) {} 39 : public std::moneypunct<wchar_t, false> 43 : std::moneypunct<wchar_t, false>(refs) {} 47 : public std::moneypunct<wchar_t, true> 51 : std::moneypunct<wchar_ [all...] |
/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/ |
H A D | types.pass.cpp | 18 // class moneypunct 35 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<char> >::value), ""); 36 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<wchar_t> >::value), ""); 37 static_assert((std::is_base_of<std::money_base, std::moneypunct<char> >::value), ""); 38 static_assert((std::is_base_of<std::money_base, std::moneypunct<wchar_t> >::value), ""); 39 static_assert((std::is_same<std::moneypunct<char>::char_type, char>::value), ""); 40 static_assert((std::is_same<std::moneypunct<wchar_t>::char_type, wchar_t>::value), ""); 41 static_assert((std::is_same<std::moneypunct<char>::string_type, std::string>::value), ""); 42 static_assert((std::is_same<std::moneypunct<wchar_t>::string_type, std::wstring>::value), ""); 44 test(std::moneypunct<cha [all...] |
H A D | Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/Android.mk 19 test_name := localization/locale.categories/category.monetary/locale.moneypunct/types 23 test_name := localization/locale.categories/category.monetary/locale.moneypunct/money_base 27 test_name := localization/locale.categories/category.monetary/locale.moneypunct/ctor
|
H A D | ctor.pass.cpp | 12 // class moneypunct<charT, International> 14 // explicit moneypunct(size_t refs = 0); 19 typedef std::moneypunct<char> F;
|
/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals/ |
H A D | Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals/Android.mk 19 test_name := localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.virtuals/tested_elsewhere
|
/external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/ |
H A D | Android.mk | 17 test_makefile := external/libcxx/test/localization/locale.categories/category.monetary/locale.moneypunct.byname/Android.mk 19 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format 23 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format 27 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/grouping 31 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/frac_digits 35 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/negative_sign 39 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/thousands_sep 43 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/positive_sign 47 test_name := localization/locale.categories/category.monetary/locale.moneypunct.byname/decimal_point 51 test_name := localization/locale.categories/category.monetary/locale.moneypunct [all...] |
/external/stlport/stlport/stl/ |
H A D | _monetary.h | 48 // moneypunct facets: forward declaration 49 template <class _charT, _STLP_DFL_NON_TYPE_PARAM(bool, _International, false) > class moneypunct {}; class 83 // moneypunct facets: definition of specializations 86 class _STLP_CLASS_DECLSPEC moneypunct<char, true> : public locale::facet, public money_base { class in inherits:locale::facet,money_base 90 explicit moneypunct _STLP_PSPEC2(char, true) (size_t __refs = 0); 109 ~moneypunct _STLP_PSPEC2(char, true) (); 125 class _STLP_CLASS_DECLSPEC moneypunct<char, false> : public locale::facet, public money_base { class in inherits:locale::facet,money_base 130 explicit moneypunct _STLP_PSPEC2(char, false) (size_t __refs = 0); 149 ~moneypunct _STLP_PSPEC2(char, false) (); 168 class _STLP_CLASS_DECLSPEC moneypunct<wchar_ class in inherits:locale::facet,money_base 207 class _STLP_CLASS_DECLSPEC moneypunct<wchar_t, false> : public locale::facet, public money_base { class in inherits:locale::facet,money_base [all...] |
/external/stlport/test/unit/ |
H A D | money_facets_test.cpp | 74 CPPUNIT_ASSERT( (has_facet<moneypunct<char, true> >(loc)) ); 75 moneypunct<char, true> const& intl_fmp = use_facet<moneypunct<char, true> >(loc); 187 CPPUNIT_ASSERT( (has_facet<moneypunct<char, false> >(loc)) ); 188 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc); 292 CPPUNIT_ASSERT( (has_facet<moneypunct<char, false> >(loc)) ); 293 moneypunct<char, false> const& dom_fmp = use_facet<moneypunct<char, false> >(loc); 354 CPPUNIT_ASSERT( (has_facet<moneypunct<cha [all...] |
/external/libcxx/test/localization/locales/locale/locale.cons/ |
H A D | assign.pass.cpp | 46 assert((std::has_facet<std::moneypunct<char> >(loc))); 47 assert((std::has_facet<std::moneypunct<wchar_t> >(loc)));
|
H A D | copy.pass.cpp | 46 assert((std::has_facet<std::moneypunct<char> >(loc))); 47 assert((std::has_facet<std::moneypunct<wchar_t> >(loc)));
|
H A D | locale_char_pointer_cat.pass.cpp | 46 assert((std::has_facet<std::moneypunct<char> >(loc))); 47 assert((std::has_facet<std::moneypunct<wchar_t> >(loc)));
|
H A D | locale_locale_cat.pass.cpp | 46 assert((std::has_facet<std::moneypunct<char> >(loc))); 47 assert((std::has_facet<std::moneypunct<wchar_t> >(loc)));
|
H A D | locale_string_cat.pass.cpp | 46 assert((std::has_facet<std::moneypunct<char> >(loc))); 47 assert((std::has_facet<std::moneypunct<wchar_t> >(loc)));
|
H A D | string.pass.cpp | 46 assert((std::has_facet<std::moneypunct<char> >(loc))); 47 assert((std::has_facet<std::moneypunct<wchar_t> >(loc)));
|
/external/libcxx/test/localization/locales/locale/locale.statics/ |
H A D | classic.pass.cpp | 29 assert((std::has_facet<std::moneypunct<char> >(loc))); 30 assert((std::has_facet<std::moneypunct<wchar_t> >(loc)));
|