HomeSort by relevance Sort by last modified time
    Searched full:codecvt (Results 1 - 25 of 487) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_unshift
23 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char16_t_encoding
27 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char32_t_out
31 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/char_lengt
    [all...]
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_codecvt.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
14 // wstring_convert(Codecvt* pcvt = new Codecvt);
17 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
29 typedef std::codecvt_utf8<wchar_t> Codecvt;
30 typedef std::wstring_convert<Codecvt> Myconv;
31 Myconv myconv(new Codecvt);
34 static_assert(!std::is_convertible<Codecvt*, Myconv>::value, "")
    [all...]
ctor_codecvt_state.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
14 // wstring_convert(Codecvt* pcvt, state_type state);
17 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
25 Myconv myconv(new Codecvt, std::mbstate_t());
state.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
17 #include <codecvt>
21 typedef std::codecvt_utf8<wchar_t> Codecvt;
22 typedef std::wstring_convert<Codecvt> Myconv;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
ctor_codecvt.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
14 // wstring_convert(Codecvt* pcvt = new Codecvt);
17 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
29 typedef std::codecvt_utf8<wchar_t> Codecvt;
30 typedef std::wstring_convert<Codecvt> Myconv;
31 Myconv myconv(new Codecvt);
34 static_assert(!std::is_convertible<Codecvt*, Myconv>::value, "")
    [all...]
ctor_codecvt_state.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
14 // wstring_convert(Codecvt* pcvt, state_type state);
17 #include <codecvt>
23 typedef std::codecvt_utf8<wchar_t> Codecvt;
24 typedef std::wstring_convert<Codecvt> Myconv;
25 Myconv myconv(new Codecvt, std::mbstate_t());
state.pass.cpp 12 // wstring_convert<Codecvt, Elem, Wide_alloc, Byte_alloc>
17 #include <codecvt>
21 typedef std::codecvt_utf8<wchar_t> Codecvt;
22 typedef std::wstring_convert<Codecvt> Myconv;
  /external/stlport/src/
codecvt.cpp 26 // codecvt<char, char, mbstate_t>
28 codecvt<char, char, mbstate_t>::~codecvt() {}
30 int codecvt<char, char, mbstate_t>::do_length(state_type&,
36 int codecvt<char, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
40 codecvt<char, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW
44 codecvt<char, char, mbstate_t>::do_encoding() const _STLP_NOTHROW
48 codecvt<char, char, mbstate_t>::do_unshift(state_type& /* __state */,
55 codecvt<char, char, mbstate_t>::do_in (state_type& /* __state */ ,
65 codecvt<char, char, mbstate_t>::do_out(state_type& /* __state */
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
codecvt.cpp 26 // codecvt<char, char, mbstate_t>
28 codecvt<char, char, mbstate_t>::~codecvt() {}
30 int codecvt<char, char, mbstate_t>::do_length(state_type&,
36 int codecvt<char, char, mbstate_t>::do_max_length() const _STLP_NOTHROW
40 codecvt<char, char, mbstate_t>::do_always_noconv() const _STLP_NOTHROW
44 codecvt<char, char, mbstate_t>::do_encoding() const _STLP_NOTHROW
48 codecvt<char, char, mbstate_t>::do_unshift(state_type& /* __state */,
55 codecvt<char, char, mbstate_t>::do_in (state_type& /* __state */ ,
65 codecvt<char, char, mbstate_t>::do_out(state_type& /* __state */
    [all...]
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.codecvt/codecvt_base
23 test_name := localization/locale.categories/category.ctype/locale.codecvt/types_wchar_t
27 test_name := localization/locale.categories/category.ctype/locale.codecvt/types_char32_t
31 test_name := localization/locale.categories/category.ctype/locale.codecvt/types_char
35 test_name := localization/locale.categories/category.ctype/locale.codecvt/ctor_char32_t
39 test_name := localization/locale.categories/category.ctype/locale.codecvt/ctor_char16_t
43 test_name := localization/locale.categories/category.ctype/locale.codecvt/ctor_char
47 test_name := localization/locale.categories/category.ctype/locale.codecvt/ctor_wchar_t
51 test_name := localization/locale.categories/category.ctype/locale.codecvt/types_char16_
    [all...]
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.virtuals/tested_elsewhere
  /external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/
Android.mk 17 test_makefile := external/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt.byname/Android.mk
19 test_name := localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char32_t
23 test_name := localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char16_t
27 test_name := localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_char
31 test_name := localization/locale.categories/category.ctype/locale.codecvt.byname/ctor_wchar_t
  /external/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base { class in inherits:locale::facet,codecvt_base
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {} function
115 ~codecvt() {}
157 codecvt(const codecvt<intern_type, extern_type, state_type>&);
158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base { class in inherits:locale::facet,codecvt_base
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {} function
115 ~codecvt() {}
157 codecvt(const codecvt<intern_type, extern_type, state_type>&);
158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base { class in inherits:locale::facet,codecvt_base
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {} function
115 ~codecvt() {}
157 codecvt(const codecvt<intern_type, extern_type, state_type>&);
158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base { class in inherits:locale::facet,codecvt_base
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {} function
115 ~codecvt() {}
157 codecvt(const codecvt<intern_type, extern_type, state_type>&);
158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base { class in inherits:locale::facet,codecvt_base
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {} function
115 ~codecvt() {}
157 codecvt(const codecvt<intern_type, extern_type, state_type>&);
158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base { class in inherits:locale::facet,codecvt_base
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {} function
115 ~codecvt() {}
157 codecvt(const codecvt<intern_type, extern_type, state_type>&);
158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_codecvt.h 46 class codecvt : public locale::facet, public codecvt_base { class in inherits:locale::facet,codecvt_base
60 explicit codecvt(size_t __refs = 0) : locale::facet(__refs) {} function
115 ~codecvt() {}
157 codecvt(const codecvt<intern_type, extern_type, state_type>&);
158 codecvt<intern_type, extern_type, state_type>& operator = (const codecvt<intern_type, extern_type, state_type>&);
164 locale::id codecvt<_InternT, _ExternT, _StateT>::id;
170 class codecvt_byname : public codecvt<_InternT, _ExternT, _StateT> {};
173 class _STLP_CLASS_DECLSPEC codecvt<char, char, mbstate_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
codecvt.h 1 // Locale support (codecvt) -*- C++ -*-
26 /** @file bits/codecvt.h
32 // ISO C++ 14882: 22.2.1.5 Template class codecvt
46 /// Empty base class for codecvt facet [22.2.1.5].
60 * @brief Common base for codecvt functions.
79 // 22.2.1.5.1 codecvt members
85 * calling codecvt::do_out.
133 * state. It does this by calling codecvt::do_unshift().
165 * calling codecvt::do_in.
270 * @brief Primary class template codecvt
277 class codecvt class in inherits:__codecvt_abstract_base
294 codecvt(size_t __refs = 0) function in class:codecvt
339 class codecvt<char, char, mbstate_t> class in inherits:__codecvt_abstract_base
397 class codecvt<wchar_t, char, mbstate_t> class in inherits:__codecvt_abstract_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
codecvt.h 1 // Locale support (codecvt) -*- C++ -*-
25 /** @file bits/codecvt.h
31 // ISO C++ 14882: 22.2.1.5 Template class codecvt
45 /// Empty base class for codecvt facet [22.2.1.5].
59 * @brief Common base for codecvt functions.
78 // 22.2.1.5.1 codecvt members
84 * calling codecvt::do_out.
132 * state. It does this by calling codecvt::do_unshift().
164 * calling codecvt::do_in.
269 * @brief Primary class template codecvt
276 class codecvt class in inherits:__codecvt_abstract_base
293 codecvt(size_t __refs = 0) function in class:codecvt
340 class codecvt<char, char, mbstate_t> class in inherits:__codecvt_abstract_base
398 class codecvt<wchar_t, char, mbstate_t> class in inherits:__codecvt_abstract_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
codecvt.h 1 // Locale support (codecvt) -*- C++ -*-
25 /** @file bits/codecvt.h
31 // ISO C++ 14882: 22.2.1.5 Template class codecvt
45 /// Empty base class for codecvt facet [22.2.1.5].
59 * @brief Common base for codecvt functions.
78 // 22.2.1.5.1 codecvt members
84 * calling codecvt::do_out.
132 * state. It does this by calling codecvt::do_unshift().
164 * calling codecvt::do_in.
269 * @brief Primary class template codecvt
276 class codecvt class in inherits:__codecvt_abstract_base
293 codecvt(size_t __refs = 0) function in class:codecvt
340 class codecvt<char, char, mbstate_t> class in inherits:__codecvt_abstract_base
398 class codecvt<wchar_t, char, mbstate_t> class in inherits:__codecvt_abstract_base
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 1 // Locale support (codecvt) -*- C++ -*-
26 /** @file bits/codecvt.h
32 // ISO C++ 14882: 22.2.1.5 Template class codecvt
44 /// Empty base class for codecvt facet [22.2.1.5].
58 * @brief Common base for codecvt functions.
77 // 22.2.1.5.1 codecvt members
83 * calling codecvt::do_out.
131 * state. It does this by calling codecvt::do_unshift().
163 * calling codecvt::do_in.
265 /// @brief class codecvt [22.2.1.5]
268 class codecvt class in inherits:__codecvt_abstract_base
285 codecvt(size_t __refs = 0) function in class:codecvt
330 class codecvt<char, char, mbstate_t> class in inherits:__codecvt_abstract_base
388 class codecvt<wchar_t, char, mbstate_t> class in inherits:__codecvt_abstract_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 1 // Locale support (codecvt) -*- C++ -*-
26 /** @file bits/codecvt.h
32 // ISO C++ 14882: 22.2.1.5 Template class codecvt
44 /// Empty base class for codecvt facet [22.2.1.5].
58 * @brief Common base for codecvt functions.
77 // 22.2.1.5.1 codecvt members
83 * calling codecvt::do_out.
131 * state. It does this by calling codecvt::do_unshift().
163 * calling codecvt::do_in.
265 /// @brief class codecvt [22.2.1.5]
268 class codecvt class in inherits:__codecvt_abstract_base
285 codecvt(size_t __refs = 0) function in class:codecvt
330 class codecvt<char, char, mbstate_t> class in inherits:__codecvt_abstract_base
388 class codecvt<wchar_t, char, mbstate_t> class in inherits:__codecvt_abstract_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 1 // Locale support (codecvt) -*- C++ -*-
26 /** @file bits/codecvt.h
32 // ISO C++ 14882: 22.2.1.5 Template class codecvt
44 /// Empty base class for codecvt facet [22.2.1.5].
58 * @brief Common base for codecvt functions.
77 // 22.2.1.5.1 codecvt members
83 * calling codecvt::do_out.
131 * state. It does this by calling codecvt::do_unshift().
163 * calling codecvt::do_in.
265 /// @brief class codecvt [22.2.1.5]
268 class codecvt class in inherits:__codecvt_abstract_base
285 codecvt(size_t __refs = 0) function in class:codecvt
330 class codecvt<char, char, mbstate_t> class in inherits:__codecvt_abstract_base
388 class codecvt<wchar_t, char, mbstate_t> class in inherits:__codecvt_abstract_base
    [all...]

Completed in 2842 milliseconds

1 2 3 4 5 6 7 8 91011>>