Searched defs:do_length (Results 1 – 5 of 5) sorted by relevance
/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/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 …]
|