Searched defs:do_in (Results 1 – 5 of 5) sorted by relevance
/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/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 62 do_in(mbstate_t& mb, in do_in() function 155 do_in(mbstate_t& mb, in do_in() function 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 155 do_in(mbstate_t& mb, in do_in() function 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 …]
|