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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/unshift/wchar_t/
H A D1.cc60 w_codecvt::state_type state03; local
61 zero_state(state03);
62 result r3 = cvt->unshift(state03, e_arr, e_arr + size, eto_next);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/wchar_t/
H A D2.cc80 w_codecvt::state_type state03; local
81 zero_state(state03);
82 int k = cvt->length(state03, e_lit, e_lit + size, size * 2);
H A D3.cc80 w_codecvt::state_type state03; local
81 zero_state(state03);
82 int k = cvt->length(state03, e_lit, e_lit + size, size * 2);
H A D7.cc70 w_codecvt::state_type state03; local
71 zero_state(state03);
72 int k = cvt->length(state03, e_lit, e_lit + size, size * 2);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/codecvt/
H A Dchar-1.cc118 unicode_codecvt::state_type state03("UCS-2BE", "ISO-8859-15", 0, 0);
119 result r3 = cvt.unshift(state03, e_arr, e_arr + size, eto_next);
130 int j = cvt.length(state03, e_lit, e_lit + size, 5);
H A Dchar-2.cc116 unicode_codecvt::state_type state03("UCS-2LE", "ISO-8859-15", 0, 0);
117 result r3 = cvt.unshift(state03, e_arr, e_arr + size, eto_next);
128 int j = cvt.length(state03, e_lit, e_lit + size, 5);
H A Dwchar_t.cc112 unicode_codecvt::state_type state03("UCS-2BE", "UCS-4BE", 0, 0);
113 result r3 = cvt.unshift(state03, e_arr, e_arr + size, eto_next);
124 int j = cvt.length(state03, e_lit, e_lit + size, 5);

Completed in 54 milliseconds