Searched refs:ctype_c (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | ctype_narrow_char.cc | 45 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 D | ctype_narrow_wchar_t.cc | 46 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 D | ctype_widen_char.cc | 44 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 D | ctype_widen_wchar_t.cc | 45 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 D | ctype_is_char.cc | 167 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 D | locale_init.cc | 74 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 D | localename.cc | 42 extern std::ctype<char> ctype_c; 263 _M_init_facet(new (&ctype_c) std::ctype<char>(0, false, 1)); in _Impl()
|
H A D | globals.cc | 94 fake_ctype_c ctype_c; variable
|