Home
last modified time | relevance | path

Searched refs:ctype_c (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_narrow_char.cc45 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test01() local
54 char c = ctype_c.narrow(wide[i], dfault); in test01()
59 ctype_c.narrow(&wide[0], &wide[wide.length()], dfault, &narrow_chars[0]); in test01()
73 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test02() local
87 char c = ctype_c.narrow(wide[i], dfault); in test02()
92 ctype_c.narrow(&wide[0], &wide[wide.length()], dfault, &narrow_chars[0]); in test02()
H A Dctype_narrow_wchar_t.cc46 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test01() local
55 char c = ctype_c.narrow(wide[i], dfault); in test01()
60 ctype_c.narrow(&wide[0], &wide[wide.length()], dfault, &narrow_chars[0]); in test01()
74 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test02() local
88 char c = ctype_c.narrow(wide[i], dfault); in test02()
93 ctype_c.narrow(&wide[0], &wide[wide.length()], dfault, &narrow_chars[0]); in test02()
H A Dctype_widen_char.cc44 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test01() local
53 char c = ctype_c.widen(narrow[i]); in test01()
58 ctype_c.widen(&narrow[0], &narrow[narrow.length()], &wide_chars[0]); in test01()
H A Dctype_widen_wchar_t.cc45 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test01() local
54 char c = ctype_c.widen(narrow[i]); in test01()
59 ctype_c.widen(&narrow[0], &narrow[narrow.length()], &wide_chars[0]); in test01()
H A Dctype_is_char.cc167 const ctype<char>& ctype_c = use_facet<ctype<char> >(loc_c); in test02() local
176 if (ctype_c.is(mask_test, c)) in test02()
/openbsd-src/gnu/gcc/libstdc++-v3/src/
H A Dlocale_init.cc74 fake_ctype_c ctype_c; variable
386 _M_init_facet(new (&ctype_c) std::ctype<char>(0, false, 1)); in _Impl()
/openbsd-src/gnu/lib/libstdc++/libstdc++/src/
H A Dlocalename.cc42 extern std::ctype<char> ctype_c;
263 _M_init_facet(new (&ctype_c) std::ctype<char>(0, false, 1)); in _Impl()
H A Dglobals.cc94 fake_ctype_c ctype_c; variable