OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Codecvt
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/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
);
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;
converted.pass.cpp
12
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
17
#include <
codecvt
>
22
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
23
typedef std::wstring_convert<
Codecvt
> Myconv;
ctor_err_string.pass.cpp
12
// wstring_convert<
Codecvt
, Elem, Wide_alloc, Byte_alloc>
18
#include <
codecvt
>
23
typedef std::codecvt_utf8<wchar_t>
Codecvt
;
24
typedef std::wstring_convert<
Codecvt
> Myconv;
Completed in 186 milliseconds