HomeSort by relevance Sort by last modified time
    Searched refs:moneypunct (Results 1 - 25 of 68) sorted by null

1 2 3

  /external/stlport/src/
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<char, true>::do_positive_sign() const { return _S_empty_string;
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...]
  /ndk/sources/cxx-stl/stlport/src/
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<char, true>::do_positive_sign() const { return _S_empty_string;
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...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.moneypunct/locale.moneypunct.members/
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_t, true>(refs) {
    [all...]
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_t, true>(refs) {
    [all...]
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_t, true>(refs) {
    [all...]
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_t, true>(refs) {
    [all...]
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_t, true>(refs) {
    [all...]
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_t, true>(refs) {
    [all...]
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_t, true>(refs) {
    [all...]
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_t, true>(refs) {
    [all...]
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_t, true>(refs) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/localization/locale.categories/category.monetary/locale.moneypunct/
types.pass.cpp 13 // class moneypunct
30 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<char> >::value), "");
31 static_assert((std::is_base_of<std::locale::facet, std::moneypunct<wchar_t> >::value), "");
32 static_assert((std::is_base_of<std::money_base, std::moneypunct<char> >::value), "");
33 static_assert((std::is_base_of<std::money_base, std::moneypunct<wchar_t> >::value), "");
34 static_assert((std::is_same<std::moneypunct<char>::char_type, char>::value), "");
35 static_assert((std::is_same<std::moneypunct<wchar_t>::char_type, wchar_t>::value), "");
36 static_assert((std::is_same<std::moneypunct<char>::string_type, std::string>::value), "");
37 static_assert((std::is_same<std::moneypunct<wchar_t>::string_type, std::wstring>::value), "");
39 test(std::moneypunct<char, false>::intl)
    [all...]
ctor.pass.cpp 12 // class moneypunct<charT, International>
14 // explicit moneypunct(size_t refs = 0);
19 typedef std::moneypunct<char> F;
  /external/stlport/stlport/stl/
_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_t, true> : public locale::facet, public money_base 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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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_t, true> : public locale::facet, public money_base 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...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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_t, true> : public locale::facet, public money_base 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...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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_t, true> : public locale::facet, public money_base 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...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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_t, true> : public locale::facet, public money_base 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...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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_t, true> : public locale::facet, public money_base 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/
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<char, false> >(loc)) )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
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<char, false> >(loc)) )
    [all...]
  /ndk/tests/device/test-stlport/unit/
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<char, false> >(loc)) )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 823 * moneypunct::pos_format() and moneypunct::neg_format() for details of how
919 class moneypunct : public locale::facet, public money_base class in inherits:locale::facet,money_base
948 moneypunct(size_t __refs = 0) : facet(__refs), _M_data(NULL) function in class:moneypunct
960 moneypunct(__cache_type* __cache, size_t __refs = 0) function in class:moneypunct
975 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0) function in class:moneypunct
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 837 * moneypunct::pos_format() and moneypunct::neg_format() for details of how
927 * @brief Primary class template moneypunct.
934 class moneypunct : public locale::facet, public money_base class in inherits:locale::facet,money_base
963 moneypunct(size_t __refs = 0) function in class:moneypunct
976 moneypunct(__cache_type* __cache, size_t __refs = 0) function in class:moneypunct
991 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0) function in class:moneypunct
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets_nonio.h 837 * moneypunct::pos_format() and moneypunct::neg_format() for details of how
927 * @brief Primary class template moneypunct.
934 class moneypunct : public locale::facet, public money_base class in inherits:locale::facet,money_base
963 moneypunct(size_t __refs = 0) function in class:moneypunct
976 moneypunct(__cache_type* __cache, size_t __refs = 0) function in class:moneypunct
991 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0) function in class:moneypunct
    [all...]

Completed in 1192 milliseconds

1 2 3