Home
last modified time | relevance | path

Searched refs:do_in (Results 1 – 6 of 6) sorted by relevance

/external/stlport/stlport/stl/
D_codecvt.h93 return do_in(__state,
126 virtual result do_in (state_type&,
211 return do_in(__state, in in()
242 virtual result do_in (state_type& /* __state */ ,
308 return do_in(__state, in in()
339 virtual result do_in (state_type& __state,
400 virtual result do_in (state_type& __state,
/external/stlport/src/
Dcodecvt.cpp55 codecvt<char, char, mbstate_t>::do_in (state_type& /* __state */ , in do_in() function in codecvt
98 codecvt<wchar_t, char, mbstate_t>::do_in (state_type& /* state */, in do_in() function in codecvt
Dfacets_byname.cpp338 codecvt_byname<wchar_t, char, mbstate_t>::do_in(state_type& state, in do_in() function in codecvt_byname
/external/stlport/test/unit/
Dcodecvt_test.cpp62 do_in(mbstate_t& mb, in do_in() function
122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur); in do_length()
155 do_in(mbstate_t& mb, in do_in() function
249 do_in(tmpState, efrom, eend, ecur, ibegin, ibegin + m + offset, icur); in do_length()
464 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in() function in my_codecvt
/external/stlport/etc/
DChangeLog1268 Fixed codecvt_byname<wchar_t, char, mbstate_t>::do_in and do_out
DChangeLog-5.17311 * codecvt.cpp: charcode correction in the do_in method (thanks J Hamilton report)