OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Codecvt
(Results
1 - 14
of
14
) sorted by null
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
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());
ctor_codecvt.pass.cpp
12
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
14
// wstring_convert(
Codecvt
* pcvt = new
Codecvt
);
17
#include <
codecvt
>
25
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
26
typedef std::wstring_convert<
Codecvt
> Myconv;
31
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
32
typedef std::wstring_convert<
Codecvt
> Myconv;
33
Myconv myconv(new
Codecvt
);
36
static_assert(!std::is_convertible<
Codecvt
*, Myconv>::value, "")
[
all
...]
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;
ctor_copy.pass.cpp
16
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
22
#include <
codecvt
>
27
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
28
typedef std::wstring_convert<
Codecvt
> Myconv;
converted.pass.cpp
12
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
17
#include <
codecvt
>
35
typedef std::codecvt_utf8<CharT>
Codecvt
;
36
typedef std::wstring_convert<
Codecvt
> Myconv;
52
typedef std::codecvt_utf8<CharT>
Codecvt
;
53
typedef std::wstring_convert<
Codecvt
> Myconv;
ctor_err_string.pass.cpp
12
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
18
#include <
codecvt
>
25
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
26
typedef std::wstring_convert<
Codecvt
> Myconv;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/localization/locales/locale.convenience/conversions/conversions.string/
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());
ctor_codecvt.pass.cpp
12
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
14
// wstring_convert(
Codecvt
* pcvt = new
Codecvt
);
17
#include <
codecvt
>
25
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
26
typedef std::wstring_convert<
Codecvt
> Myconv;
31
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
32
typedef std::wstring_convert<
Codecvt
> Myconv;
33
Myconv myconv(new
Codecvt
);
36
static_assert(!std::is_convertible<
Codecvt
*, Myconv>::value, "")
[
all
...]
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;
ctor_copy.pass.cpp
16
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
22
#include <
codecvt
>
27
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
28
typedef std::wstring_convert<
Codecvt
> Myconv;
converted.pass.cpp
12
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
17
#include <
codecvt
>
35
typedef std::codecvt_utf8<CharT>
Codecvt
;
36
typedef std::wstring_convert<
Codecvt
> Myconv;
52
typedef std::codecvt_utf8<CharT>
Codecvt
;
53
typedef std::wstring_convert<
Codecvt
> Myconv;
ctor_err_string.pass.cpp
12
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
18
#include <
codecvt
>
25
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
26
typedef std::wstring_convert<
Codecvt
> Myconv;
/external/libcxx/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
ctor_move.pass.cpp
17
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
22
#include <
codecvt
>
27
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
28
typedef std::wstring_convert<
Codecvt
> Myconv;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/localization/locales/locale.convenience/conversions/conversions.string/
ctor_move.pass.cpp
17
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
22
#include <
codecvt
>
27
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
28
typedef std::wstring_convert<
Codecvt
> Myconv;
Completed in 2460 milliseconds