HomeSort by relevance Sort by last modified time
    Searched refs:extern_type (Results 1 - 25 of 32) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 75 typedef _ExternT extern_type; typedef in class:__codecvt_abstract_base
83 * extern_type. This is analogous to wcsrtombs. It does this by
118 extern_type* __to, extern_type* __to_end,
119 extern_type*& __to_next) const
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 extern_type*& __to_next) const
162 * Converts input string of extern_type to output string of
196 in(state_type& __state, const extern_type* __from
283 typedef _ExternT extern_type; typedef in class:codecvt
346 typedef char extern_type; typedef in class:codecvt
404 typedef char extern_type; typedef in class:codecvt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 75 typedef _ExternT extern_type; typedef in class:__codecvt_abstract_base
83 * extern_type. This is analogous to wcsrtombs. It does this by
118 extern_type* __to, extern_type* __to_end,
119 extern_type*& __to_next) const
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 extern_type*& __to_next) const
162 * Converts input string of extern_type to output string of
196 in(state_type& __state, const extern_type* __from
283 typedef _ExternT extern_type; typedef in class:codecvt
346 typedef char extern_type; typedef in class:codecvt
404 typedef char extern_type; typedef in class:codecvt
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
codecvt.h 75 typedef _ExternT extern_type; typedef in class:__codecvt_abstract_base
83 * extern_type. This is analogous to wcsrtombs. It does this by
118 extern_type* __to, extern_type* __to_end,
119 extern_type*& __to_next) const
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 extern_type*& __to_next) const
162 * Converts input string of extern_type to output string of
196 in(state_type& __state, const extern_type* __from
283 typedef _ExternT extern_type; typedef in class:codecvt
346 typedef char extern_type; typedef in class:codecvt
404 typedef char extern_type; typedef in class:codecvt
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
codecvt.h 75 typedef _ExternT extern_type; typedef in class:__codecvt_abstract_base
83 * extern_type. This is analogous to wcsrtombs. It does this by
118 extern_type* __to, extern_type* __to_end,
119 extern_type*& __to_next) const
155 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 extern_type*& __to_next) const
162 * Converts input string of extern_type to output string of
196 in(state_type& __state, const extern_type* __from
283 typedef _ExternT extern_type; typedef in class:codecvt
346 typedef char extern_type; typedef in class:codecvt
404 typedef char extern_type; typedef in class:codecvt
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 87 extern_type* to,
88 extern_type* to_limit,
89 extern_type*& to_next) const {
99 const extern_type* from,
100 const extern_type* from_end,
101 const extern_type*& from_next,
115 extern_type* to,
116 extern_type* ,
117 extern_type*& to_next) const {
129 const extern_type* from
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 237 typedef _ExternT extern_type; typedef in class:codecvt
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
codecvt_specializations.h 237 typedef _ExternT extern_type; typedef in class:codecvt
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
codecvt_specializations.h 237 typedef _ExternT extern_type; typedef in class:codecvt
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
codecvt_specializations.h 237 typedef _ExternT extern_type; typedef in class:codecvt
246 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
251 : __codecvt_abstract_base<intern_type, extern_type, state_type>(__refs)
261 extern_type* __to, extern_type* __to_end,
262 extern_type*& __to_next) const;
265 do_unshift(state_type& __state, extern_type* __to,
266 extern_type* __to_end, extern_type*& __to_next) const;
269 do_in(state_type& __state, const extern_type* __from,
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_unshift.pass.cpp 29 std::vector<F::extern_type> to(3);
32 F::extern_type* to_next = 0;
wchar_t_in.pass.cpp 28 const std::basic_string<F::extern_type> from("some text");
33 const F::extern_type* from_next = 0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_unshift.pass.cpp 29 std::vector<F::extern_type> to(3);
32 F::extern_type* to_next = 0;
wchar_t_in.pass.cpp 28 const std::basic_string<F::extern_type> from("some text");
33 const F::extern_type* from_next = 0;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 49 typedef _ExternT extern_type; typedef in class:codecvt
66 extern_type* __to,
67 extern_type* __to_limit,
68 extern_type*& __to_next) const {
77 extern_type* __to,
78 extern_type* __to_limit,
79 extern_type*& __to_next) const {
85 const extern_type* __from,
86 const extern_type* __from_end,
87 const extern_type*& __from_next
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 49 typedef _ExternT extern_type; typedef in class:codecvt
66 extern_type* __to,
67 extern_type* __to_limit,
68 extern_type*& __to_next) const {
77 extern_type* __to,
78 extern_type* __to_limit,
79 extern_type*& __to_next) const {
85 const extern_type* __from,
86 const extern_type* __from_end,
87 const extern_type*& __from_next
    [all...]
  /external/libcxx/src/
locale.cpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp     [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
types_char.pass.cpp 19 // typedef char extern_type;
34 static_assert((std::is_same<F::extern_type, char>::value), "");
types_char16_t.pass.cpp 19 // typedef char extern_type;
35 static_assert((std::is_same<F::extern_type, char>::value), "");
types_char32_t.pass.cpp 19 // typedef char extern_type;
35 static_assert((std::is_same<F::extern_type, char>::value), "");
types_wchar_t.pass.cpp 19 // typedef char extern_type;
34 static_assert((std::is_same<F::extern_type, char>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
types_char.pass.cpp 19 // typedef char extern_type;
34 static_assert((std::is_same<F::extern_type, char>::value), "");
types_char16_t.pass.cpp 19 // typedef char extern_type;
35 static_assert((std::is_same<F::extern_type, char>::value), "");
types_char32_t.pass.cpp 19 // typedef char extern_type;
35 static_assert((std::is_same<F::extern_type, char>::value), "");
types_wchar_t.pass.cpp 19 // typedef char extern_type;
34 static_assert((std::is_same<F::extern_type, char>::value), "");

Completed in 441 milliseconds

1 2