Searched refs:__money_false (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | moneypunct_members_char.cc | 49 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 D | moneypunct_members_wchar_t.cc | 50 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 D | money_put_members_char.cc | 52 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 D | money_put_members_wchar_t.cc | 53 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 D | money_get_members_char.cc | 52 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 D | money_get_members_wchar_t.cc | 53 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 D | locale_facets.tcc | 1118 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()
|