Searched refs:do_length (Results 1 – 6 of 6) sorted by relevance
/external/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,
|
/external/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
|
/external/stlport/test/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
|
/external/stlport/etc/ |
D | ChangeLog-4.0 | 179 * _codecvt<>::do_length: fixed first parameter to be const mbstate_t &;
|
D | ChangeLog | 1245 codecvt::do_length methods. Those methods was taking const reference 1250 codecvt<wchar_t, char, mbstate_t>::do_length based on the
|