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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 73 typedef _InternT intern_type; typedef in class:__codecvt_abstract_base
81 * Converts input string of intern_type to output string of
115 out(state_type& __state, const intern_type* __from,
116 const intern_type* __from_end, const intern_type*& __from_next,
162 * intern_type. This is analogous to mbsrtowcs. It does this by
197 intern_type* __to, intern_type* __to_end,
198 intern_type*& __to_next) const
231 * Converts input string of intern_type to output string o
274 typedef _InternT intern_type; typedef in class:codecvt
335 typedef char intern_type; typedef in class:codecvt
393 typedef wchar_t intern_type; typedef in class:codecvt
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
codecvt_specializations.h 232 typedef _InternT intern_type; typedef in class:codecvt
242 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
247 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
255 do_out(state_type& __state, const intern_type* __from,
256 const intern_type* __from_end, const intern_type*& __from_next,
267 intern_type* __to, intern_type* __to_end,
268 intern_type*& __to_next) const;
302 do_out(state_type& __state, const intern_type* __from,
    [all...]
  /external/stlport/src/
codecvt.cpp 84 const intern_type* from,
85 const intern_type* from_end,
86 const intern_type*& from_next,
102 intern_type* to,
103 intern_type* to_limit,
104 intern_type*& to_next) const {
facets_byname.cpp 307 const intern_type* from,
308 const intern_type* from_end,
309 const intern_type*& from_next,
342 intern_type* to,
343 intern_type* to_end,
344 intern_type*& to_next) const {
412 intern_type __dummy;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 84 const intern_type* from,
85 const intern_type* from_end,
86 const intern_type*& from_next,
102 intern_type* to,
103 intern_type* to_limit,
104 intern_type*& to_next) const {
facets_byname.cpp 307 const intern_type* from,
308 const intern_type* from_end,
309 const intern_type*& from_next,
342 intern_type* to,
343 intern_type* to_end,
344 intern_type*& to_next) const {
412 intern_type __dummy;
    [all...]
  /external/stlport/stlport/stl/
_codecvt.h 48 typedef _InternT intern_type; typedef in class:codecvt
63 const intern_type* __from,
64 const intern_type* __from_end,
65 const intern_type*& __from_next,
88 intern_type* __to,
89 intern_type* __to_limit,
90 intern_type*& __to_next) const {
118 const intern_type* __from,
119 const intern_type*,
120 const intern_type*& __from_next
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 48 typedef _InternT intern_type; typedef in class:codecvt
63 const intern_type* __from,
64 const intern_type* __from_end,
65 const intern_type*& __from_next,
88 intern_type* __to,
89 intern_type* __to_limit,
90 intern_type*& __to_next) const {
118 const intern_type* __from,
119 const intern_type*,
120 const intern_type*& __from_next
    [all...]
  /external/stlport/test/unit/
fstream_test.cpp 620 typedef char intern_type; typedef in class:std::codecvt
626 const intern_type* __from,
627 const intern_type*,
628 const intern_type*& __from_next,
638 intern_type* __to,
639 intern_type*,
640 intern_type*& __to_next) const
codecvt_test.cpp 466 intern_type* first2, intern_type* last2,
467 intern_type*& next2) const {
471 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255));
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 638 typedef char intern_type; typedef in class:std::codecvt
644 const intern_type* __from,
645 const intern_type*,
646 const intern_type*& __from_next,
656 intern_type* __to,
657 intern_type*,
658 intern_type*& __to_next) const
codecvt_test.cpp 468 intern_type* first2, intern_type* last2,
469 intern_type*& next2) const {
473 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255));
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 638 typedef char intern_type; typedef in class:std::codecvt
644 const intern_type* __from,
645 const intern_type*,
646 const intern_type*& __from_next,
656 intern_type* __to,
657 intern_type*,
658 intern_type*& __to_next) const
codecvt_test.cpp 468 intern_type* first2, intern_type* last2,
469 intern_type*& next2) const {
473 *next2++ = (intern_type)((*(next1 + 1) << 8) | (*next1 & 255));

Completed in 178 milliseconds