Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/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,
/ndk/sources/cxx-stl/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
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcodecvt100 do_in(state_type& __st,
135 do_in(state_type& __st,
170 do_in(state_type& __st,
223 do_in(state_type& __st,
258 do_in(state_type& __st,
293 do_in(state_type& __st,
328 do_in(state_type& __st,
363 do_in(state_type& __st,
398 do_in(state_type& __st,
451 do_in(state_type& __st,
[all …]
D__locale849 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt);
888 virtual result do_in(state_type& __st,
934 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt);
971 virtual result do_in(state_type& __st,
1018 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt);
1057 virtual result do_in(state_type& __st,
1104 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt);
1143 virtual result do_in(state_type& __st,
1317 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
1351 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
/ndk/tests/device/test-gnustl-full/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()
466 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in() function in my_codecvt
/ndk/tests/device/test-stlport/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()
466 virtual result do_in(state_type& /*state*/, const extern_type* first1, in do_in() function in my_codecvt
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dlocale.cpp1452 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt
1597 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st, in do_in() function in codecvt
3175 codecvt<char16_t, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt
3252 codecvt<char32_t, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt
3335 __codecvt_utf8<wchar_t>::do_in(state_type&, in do_in() function in __codecvt_utf8
3418 __codecvt_utf8<char16_t>::do_in(state_type&, in do_in() function in __codecvt_utf8
3493 __codecvt_utf8<char32_t>::do_in(state_type&, in do_in() function in __codecvt_utf8
3568 __codecvt_utf16<wchar_t, false>::do_in(state_type&, in do_in() function in __codecvt_utf16
3643 __codecvt_utf16<wchar_t, true>::do_in(state_type&, in do_in() function in __codecvt_utf16
3718 __codecvt_utf16<char16_t, false>::do_in(state_type&, in do_in() function in __codecvt_utf16
[all …]