/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _codecvt.h | 107 return do_length(__state, __from, __from_end, __max); 147 virtual int do_length(state_type&, 224 return do_length(__state, __from, __from_end, __max); in length() 257 virtual int do_length(state_type& __state, 321 return do_length(__state, __from, __from_end, __max); in length() 356 virtual int do_length(state_type& __state, 417 virtual int do_length(state_type& __state,
|
/ndk/sources/cxx-stl/stlport/src/ |
D | codecvt.cpp | 30 int codecvt<char, char, mbstate_t>::do_length(state_type&, in do_length() function in codecvt 128 int codecvt<wchar_t, char, mbstate_t>::do_length(state_type&, in do_length() function in codecvt
|
D | facets_byname.cpp | 406 codecvt_byname<wchar_t, char, mbstate_t>::do_length(state_type& state, in do_length() function in codecvt_byname
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | codecvt | 108 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 143 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 178 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 231 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 266 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 301 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 336 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 371 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 406 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, 459 virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, [all …]
|
D | __locale | 867 return do_length(__st, __frm, __end, __mx); 895 …virtual int do_length(state_type& __st, const extern_type* __frm, const extern_type* __end, size_t… 952 return do_length(__st, __frm, __end, __mx); 978 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx… 1036 return do_length(__st, __frm, __end, __mx); 1064 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx… 1122 return do_length(__st, __frm, __end, __mx); 1150 …virtual int do_length(state_type&, const extern_type* __frm, const extern_type* __end, size_t __mx…
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | codecvt_test.cpp | 116 virtual int do_length(mbstate_t &state, in do_length() function 236 virtual int do_length(mbstate_t &mb, in do_length() function
|
/ndk/tests/device/test-stlport/unit/ |
D | codecvt_test.cpp | 116 virtual int do_length(mbstate_t &state, in do_length() function 236 virtual int do_length(mbstate_t &mb, in do_length() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | locale.cpp | 1482 codecvt<char, char, mbstate_t>::do_length(state_type&, in do_length() function in codecvt 1723 codecvt<wchar_t, char, mbstate_t>::do_length(state_type& st, in do_length() function in codecvt 3212 codecvt<char16_t, char, mbstate_t>::do_length(state_type&, in do_length() function in codecvt 3289 codecvt<char32_t, char, mbstate_t>::do_length(state_type&, in do_length() function in codecvt 3381 __codecvt_utf8<wchar_t>::do_length(state_type&, in do_length() function in __codecvt_utf8 3456 __codecvt_utf8<char16_t>::do_length(state_type&, in do_length() function in __codecvt_utf8 3531 __codecvt_utf8<char32_t>::do_length(state_type&, in do_length() function in __codecvt_utf8 3606 __codecvt_utf16<wchar_t, false>::do_length(state_type&, in do_length() function in __codecvt_utf16 3681 __codecvt_utf16<wchar_t, true>::do_length(state_type&, in do_length() function in __codecvt_utf16 3756 __codecvt_utf16<char16_t, false>::do_length(state_type&, in do_length() function in __codecvt_utf16 [all …]
|