Searched refs:state04 (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/
H A D1.cc55 w_codecvt::state_type state04; local
56 zero_state(state04);
57 int j = cvt->length(state04, e_lit, e_lit + size, 5);
H A D5.cc54 w_codecvt::state_type state04; local
55 zero_state(state04);
56 int j = cvt->length(state04, e_lit, e_lit + size, 5);
H A D6.cc73 w_codecvt::state_type state04; local
74 zero_state(state04);
76 cvt->length(state04, e_lit, e_lit + size, 5);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/
H A D1.cc54 w_codecvt::state_type state04; local
55 zero_state(state04);
56 int j = cvt->length(state04, e_lit, e_lit + size, 5);
H A D5.cc54 w_codecvt::state_type state04; local
55 zero_state(state04);
56 int j = cvt->length(state04, e_lit, e_lit + size, 5);
H A D6.cc73 w_codecvt::state_type state04; local
74 zero_state(state04);
76 cvt->length(state04, e_lit, e_lit + size, 5);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/ext/codecvt/
H A D1.cc50 unicode_codecvt::state_type state04("UCS-2BE", "ISO-8859-15", 0xfeff, 0);
51 cvt.length(state04, e_lit, e_lit + size, 5);
H A Dchar-1.cc126 unicode_codecvt::state_type state04("UCS-2BE", "ISO-8859-15", 0, 0);
H A Dchar-2.cc124 unicode_codecvt::state_type state04("UCS-2LE", "ISO-8859-15", 0, 0);
H A Dwchar_t.cc111 unicode_codecvt::state_type state04("UCS-2BE", "UCS-4BE", 0, 0);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/testsuite/22_locale/codecvt/unicode/
H A D1.cc132 unicode_codecvt::state_type state04("UCS-2BE", "ISO-8859-15", 0xfeff, 0);
133 initialize_state(state04);
135 cvt.length(state04, e_lit, e_lit + size, 5);
H A Dchar.cc191 unicode_codecvt::state_type state04("UCS-2BE", "ISO-8859-15", 0, 0);
192 initialize_state(state04);
279 unicode_codecvt::state_type state04("UCS-2LE", "ISO-8859-15", 0, 0);
280 initialize_state(state04);
H A Dwchar_t.cc178 unicode_codecvt::state_type state04("UCS-2BE", "UCS-4BE", 0, 0);
179 initialize_state(state04);

Completed in 125 milliseconds