Searched refs:do_in (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/
H A Dcodecvt.cpp55 codecvt<char, char, mbstate_t>::do_in (state_type& /* __state */ , function in class:codecvt
98 codecvt<wchar_t, char, mbstate_t>::do_in (state_type& /* state */, function in class:codecvt
H A Dfacets_byname.cpp338 codecvt_byname<wchar_t, char, mbstate_t>::do_in(state_type& state, function in class:codecvt_byname
/external/stlport/stlport/stl/
H A D_codecvt.h93 return do_in(__state,
126 virtual result do_in (state_type&, function
211 return do_in(__state,
242 virtual result do_in (state_type& /* __state */ ,
308 return do_in(__state,
339 virtual result do_in (state_type& __state,
400 virtual result do_in (state_type& __state,
/external/stlport/test/unit/
H A Dcodecvt_test.cpp62 do_in(mbstate_t& mb,
115 // implemented for consistency with do_in overload
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur);
155 do_in(mbstate_t& mb,
235 // implemented for consistency with do_in overload
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur);
464 virtual result do_in(state_type& /*state*/, const extern_type* first1, function in class:my_codecvt

Completed in 95 milliseconds