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

/haiku-buildtools/gcc/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);
/haiku-buildtools/gcc/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.cc129 unicode_codecvt::state_type state04("UCS-2BE", "ISO-8859-15", 0, 0);
H A Dchar-2.cc127 unicode_codecvt::state_type state04("UCS-2LE", "ISO-8859-15", 0, 0);
H A Dwchar_t.cc123 unicode_codecvt::state_type state04("UCS-2BE", "UCS-4BE", 0, 0);

Completed in 100 milliseconds