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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 74 typedef _InternT intern_type; typedef in class:__codecvt_abstract_base
82 * Converts input string of intern_type to output string of
116 out(state_type& __state, const intern_type* __from,
117 const intern_type* __from_end, const intern_type*& __from_next,
163 * intern_type. This is analogous to mbsrtowcs. It does this by
198 intern_type* __to, intern_type* __to_end,
199 intern_type*& __to_next) const
232 * Converts input string of intern_type to output string o
282 typedef _InternT intern_type; typedef in class:codecvt
345 typedef char intern_type; typedef in class:codecvt
403 typedef wchar_t intern_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 74 typedef _InternT intern_type; typedef in class:__codecvt_abstract_base
82 * Converts input string of intern_type to output string of
116 out(state_type& __state, const intern_type* __from,
117 const intern_type* __from_end, const intern_type*& __from_next,
163 * intern_type. This is analogous to mbsrtowcs. It does this by
198 intern_type* __to, intern_type* __to_end,
199 intern_type*& __to_next) const
232 * Converts input string of intern_type to output string o
282 typedef _InternT intern_type; typedef in class:codecvt
345 typedef char intern_type; typedef in class:codecvt
403 typedef wchar_t intern_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/ext/
codecvt_specializations.h 236 typedef _InternT intern_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)
259 do_out(state_type& __state, const intern_type* __from,
260 const intern_type* __from_end, const intern_type*& __from_next,
271 intern_type* __to, intern_type* __to_end,
272 intern_type*& __to_next) const;
306 do_out(state_type& __state, const intern_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 236 typedef _InternT intern_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)
259 do_out(state_type& __state, const intern_type* __from,
260 const intern_type* __from_end, const intern_type*& __from_next,
271 intern_type* __to, intern_type* __to_end,
272 intern_type*& __to_next) const;
306 do_out(state_type& __state, const intern_type* __from,
    [all...]
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_in.pass.cpp 30 const std::basic_string<F::intern_type> expected(from.begin(), from.end());
31 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
35 F::intern_type* to_next = 0;
wchar_t_out.pass.cpp 31 const std::basic_string<F::intern_type> from(L"some text");
34 const F::intern_type* from_next = 0;
44 std::basic_string<F::intern_type> from(L"some text");
48 const F::intern_type* from_next = 0;
58 std::basic_string<F::intern_type> from(L"some text");
61 const F::intern_type* from_next = 0;
char16_t_in.pass.cpp 29 F::intern_type to[9];
33 F::intern_type* to_next = 0;
char16_t_out.pass.cpp 32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'};
35 const F::intern_type* from_next = 0;
char32_t_in.pass.cpp 29 F::intern_type to[9];
33 F::intern_type* to_next = 0;
char32_t_out.pass.cpp 32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'};
35 const F::intern_type* from_next = 0;
utf_sanity_check.pass.cpp 34 F32_8::intern_type* c32p;
35 F16_8::intern_type* c16p;
37 const F32_8::intern_type* c_c32p;
38 const F16_8::intern_type* c_c16p;
40 F32_8::intern_type c32;
41 F16_8::intern_type c16[2];
45 for (F32_8::intern_type c32x = 0; c32x < 0x110003; ++c32x)
char_in.pass.cpp 28 const std::basic_string<F::intern_type> from("some text");
char_out.pass.cpp 28 const std::basic_string<F::intern_type> from("some text");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
wchar_t_in.pass.cpp 30 const std::basic_string<F::intern_type> expected(from.begin(), from.end());
31 std::basic_string<F::intern_type> to(from.size(), F::intern_type());
35 F::intern_type* to_next = 0;
wchar_t_out.pass.cpp 31 const std::basic_string<F::intern_type> from(L"some text");
34 const F::intern_type* from_next = 0;
44 std::basic_string<F::intern_type> from(L"some text");
48 const F::intern_type* from_next = 0;
58 std::basic_string<F::intern_type> from(L"some text");
61 const F::intern_type* from_next = 0;
char16_t_in.pass.cpp 29 F::intern_type to[9];
33 F::intern_type* to_next = 0;
char16_t_out.pass.cpp 32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'};
35 const F::intern_type* from_next = 0;
char32_t_in.pass.cpp 29 F::intern_type to[9];
33 F::intern_type* to_next = 0;
char32_t_out.pass.cpp 32 F::intern_type from[9] = {'s', 'o', 'm', 'e', ' ', 't', 'e', 'x', 't'};
35 const F::intern_type* from_next = 0;
utf_sanity_check.pass.cpp 34 F32_8::intern_type* c32p;
35 F16_8::intern_type* c16p;
37 const F32_8::intern_type* c_c32p;
38 const F16_8::intern_type* c_c16p;
40 F32_8::intern_type c32;
41 F16_8::intern_type c16[2];
45 for (F32_8::intern_type c32x = 0; c32x < 0x110003; ++c32x)
char_in.pass.cpp 28 const std::basic_string<F::intern_type> from("some text");
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.codecvt/
types_char.pass.cpp 18 // typedef char intern_type;
33 static_assert((std::is_same<F::intern_type, char>::value), "");
types_char16_t.pass.cpp 18 // typedef char16_t intern_type;
33 static_assert((std::is_same<F::intern_type, char16_t>::value), "");
types_char32_t.pass.cpp 18 // typedef char32_t intern_type;
33 static_assert((std::is_same<F::intern_type, char32_t>::value), "");
types_wchar_t.pass.cpp 18 // typedef wchar_t intern_type;
33 static_assert((std::is_same<F::intern_type, wchar_t>::value), "");

Completed in 331 milliseconds

1 2