/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _codecvt.h | 93 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/ |
D | codecvt.cpp | 55 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
|
D | facets_byname.cpp | 338 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++/include/ |
D | codecvt | 97 do_in(state_type& __st, 132 do_in(state_type& __st, 167 do_in(state_type& __st, 220 do_in(state_type& __st, 255 do_in(state_type& __st, 290 do_in(state_type& __st, 325 do_in(state_type& __st, 360 do_in(state_type& __st, 395 do_in(state_type& __st, 448 do_in(state_type& __st, [all …]
|
D | __locale | 827 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 866 virtual result do_in(state_type& __st, 912 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 949 virtual result do_in(state_type& __st, 996 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 1035 virtual result do_in(state_type& __st, 1082 return do_in(__st, __frm, __frm_end, __frm_nxt, __to, __to_end, __to_nxt); 1121 virtual result do_in(state_type& __st, 1295 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn, 1329 __r = do_in(__mb, __nb, __ne - __nb > __sz ? __nb+__sz : __ne, __nn,
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 62 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/ |
D | codecvt_test.cpp | 62 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++/src/ |
D | locale.cpp | 1299 codecvt<char, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt 1438 codecvt<wchar_t, char, mbstate_t>::do_in(state_type& st, in do_in() function in codecvt 3016 codecvt<char16_t, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt 3093 codecvt<char32_t, char, mbstate_t>::do_in(state_type&, in do_in() function in codecvt 3165 __codecvt_utf8<wchar_t>::do_in(state_type&, in do_in() function in __codecvt_utf8 3240 __codecvt_utf8<char16_t>::do_in(state_type&, in do_in() function in __codecvt_utf8 3315 __codecvt_utf8<char32_t>::do_in(state_type&, in do_in() function in __codecvt_utf8 3390 __codecvt_utf16<wchar_t, false>::do_in(state_type&, in do_in() function in __codecvt_utf16 3465 __codecvt_utf16<wchar_t, true>::do_in(state_type&, in do_in() function in __codecvt_utf16 3540 __codecvt_utf16<char16_t, false>::do_in(state_type&, in do_in() function in __codecvt_utf16 [all …]
|