Home
last modified time | relevance | path

Searched refs:__money_false (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dmoneypunct_members_char.cc49 typedef moneypunct<char, false> __money_false; in test01() typedef
54 const __money_false& monp_c_f = use_facet<__money_false>(loc_c); in test01()
55 const __money_false& monp_us_f = use_facet<__money_false>(loc_us); in test01()
56 const __money_false& monp_fr_f = use_facet<__money_false>(loc_fr); in test01()
57 const __money_false& monp_de_f = use_facet<__money_false>(loc_de); in test01()
H A Dmoneypunct_members_wchar_t.cc50 typedef moneypunct<wchar_t, false> __money_false; in test01() typedef
55 const __money_false& monp_c_f = use_facet<__money_false>(loc_c); in test01()
56 const __money_false& monp_us_f = use_facet<__money_false>(loc_us); in test01()
57 const __money_false& monp_fr_f = use_facet<__money_false>(loc_fr); in test01()
58 const __money_false& monp_de_f = use_facet<__money_false>(loc_de); in test01()
H A Dmoney_put_members_char.cc52 typedef moneypunct<char, false> __money_false; in test01() typedef
55 const __money_false& monpunct_c_f = use_facet<__money_false>(loc_c); in test01()
56 const __money_false& monpunct_de_f = use_facet<__money_false>(loc_de); in test01()
58 const __money_false& monpunct_hk_f = use_facet<__money_false>(loc_hk); in test01()
186 typedef moneypunct<char, false> __money_false; in test02() typedef
189 const __money_false& monpunct_c_f = use_facet<__money_false>(loc_c); in test02()
190 const __money_false& monpunct_de_f = use_facet<__money_false>(loc_de); in test02()
192 const __money_false& monpunct_hk_f = use_facet<__money_false>(loc_hk); in test02()
H A Dmoney_put_members_wchar_t.cc53 typedef moneypunct<wchar_t, false> __money_false; in test01() typedef
56 const __money_false& monpunct_c_f = use_facet<__money_false>(loc_c); in test01()
57 const __money_false& monpunct_de_f = use_facet<__money_false>(loc_de); in test01()
59 const __money_false& monpunct_hk_f = use_facet<__money_false>(loc_hk); in test01()
186 typedef moneypunct<wchar_t, false> __money_false; in test02() typedef
189 const __money_false& monpunct_c_f = use_facet<__money_false>(loc_c); in test02()
190 const __money_false& monpunct_de_f = use_facet<__money_false>(loc_de); in test02()
192 const __money_false& monpunct_hk_f = use_facet<__money_false>(loc_hk); in test02()
H A Dmoney_get_members_char.cc52 typedef moneypunct<char, false> __money_false; in test01() typedef
55 const __money_false& monpunct_c_f = use_facet<__money_false>(loc_c); in test01()
56 const __money_false& monpunct_de_f = use_facet<__money_false>(loc_de); in test01()
58 const __money_false& monpunct_hk_f = use_facet<__money_false>(loc_hk); in test01()
227 typedef moneypunct<char, false> __money_false; in test02() typedef
230 const __money_false& monpunct_c_f = use_facet<__money_false>(loc_c); in test02()
231 const __money_false& monpunct_de_f = use_facet<__money_false>(loc_de); in test02()
233 const __money_false& monpunct_hk_f = use_facet<__money_false>(loc_hk); in test02()
H A Dmoney_get_members_wchar_t.cc53 typedef moneypunct<wchar_t, false> __money_false; in test01() typedef
56 const __money_false& monpunct_c_f = use_facet<__money_false>(loc_c); in test01()
57 const __money_false& monpunct_de_f = use_facet<__money_false>(loc_de); in test01()
59 const __money_false& monpunct_hk_f = use_facet<__money_false>(loc_hk); in test01()
229 typedef moneypunct<wchar_t, false> __money_false; in test02() typedef
232 const __money_false& monpunct_c_f = use_facet<__money_false>(loc_c); in test02()
233 const __money_false& monpunct_de_f = use_facet<__money_false>(loc_de); in test02()
235 const __money_false& monpunct_hk_f = use_facet<__money_false>(loc_hk); in test02()
/openbsd/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_facets.tcc1118 typedef moneypunct<_CharT, false> __money_false; in do_get() typedef
1124 const __money_false& __mpf = use_facet<__money_false>(__loc); in do_get()
1357 typedef moneypunct<_CharT, false> __money_false; in do_put() typedef
1359 const __money_false& __mpf = use_facet<__money_false>(__loc); in do_put()