HomeSort by relevance Sort by last modified time
    Searched refs:do_length (Results 1 - 11 of 11) sorted by null

  /external/stlport/src/
codecvt.cpp 30 int codecvt<char, char, mbstate_t>::do_length(state_type&, function in class:codecvt
128 int codecvt<wchar_t, char, mbstate_t>::do_length(state_type&, function in class:codecvt
facets_byname.cpp 406 codecvt_byname<wchar_t, char, mbstate_t>::do_length(state_type& state, function in class:codecvt_byname
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 30 int codecvt<char, char, mbstate_t>::do_length(state_type&, function in class:codecvt
128 int codecvt<wchar_t, char, mbstate_t>::do_length(state_type&, function in class:codecvt
facets_byname.cpp 406 codecvt_byname<wchar_t, char, mbstate_t>::do_length(state_type& state, function in class:codecvt_byname
    [all...]
  /external/stlport/stlport/stl/
_codecvt.h 107 return do_length(__state, __from, __from_end, __max);
147 virtual int do_length(state_type&, function
224 return do_length(__state, __from, __from_end, __max);
257 virtual int do_length(state_type& __state,
321 return do_length(__state, __from, __from_end, __max);
356 virtual int do_length(state_type& __state,
417 virtual int do_length(state_type& __state,
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 107 return do_length(__state, __from, __from_end, __max);
147 virtual int do_length(state_type&, function
224 return do_length(__state, __from, __from_end, __max);
257 virtual int do_length(state_type& __state,
321 return do_length(__state, __from, __from_end, __max);
356 virtual int do_length(state_type& __state,
417 virtual int do_length(state_type& __state,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 215 { return this->do_length(__state, __from, __end, __max); }
258 do_length(state_type&, const extern_type* __from,
318 do_length(state_type&, const extern_type* __from,
378 do_length(state_type&, const extern_type* __from,
438 int do_length(state_type&, const extern_type* __from,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 277 do_length(state_type&, const extern_type* __from,
493 do_length(state_type&, const extern_type* __from, function in class:codecvt
  /external/stlport/test/unit/
codecvt_test.cpp 116 virtual int do_length(mbstate_t &state, function in struct:eater_codecvt
236 virtual int do_length(mbstate_t &mb, function in struct:generator_codecvt
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 116 virtual int do_length(mbstate_t &state, function in struct:eater_codecvt
236 virtual int do_length(mbstate_t &mb, function in struct:generator_codecvt
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 116 virtual int do_length(mbstate_t &state, function in struct:eater_codecvt
236 virtual int do_length(mbstate_t &mb, function in struct:generator_codecvt

Completed in 42 milliseconds