OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wide_string
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
from_bytes.pass.cpp
14
//
wide_string
from_bytes(char byte);
15
//
wide_string
from_bytes(const char* ptr);
16
//
wide_string
from_bytes(const byte_string& str);
17
//
wide_string
from_bytes(const char* first, const char* last);
types.pass.cpp
19
// typedef basic_string<Elem, char_traits<Elem>, Wide_alloc>
wide_string
;
21
// typedef typename
wide_string
::traits_type::int_type int_type;
31
static_assert((std::is_same<myconv::
wide_string
, std::wstring>::value), "");
ctor_err_string.pass.cpp
15
// const
wide_string
& wide_err =
wide_string
());
to_bytes.pass.cpp
16
// byte_string to_bytes(const
wide_string
& wstr);
/external/clang/test/FixIt/
typo.cpp
87
template<typename T> class
wide_string
{}; // expected-note {{'another::
wide_string
' declared here}}
class in namespace:another
91
nonstd::
wide_string
<char> str2; // expected-error{{no template named '
wide_string
' in namespace 'nonstd'; did you mean 'another::
wide_string
'?}}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
locale
92
typedef basic_string<Elem, char_traits<Elem>, Wide_alloc>
wide_string
;
94
typedef typename
wide_string
::traits_type::int_type int_type;
99
const
wide_string
& wide_err =
wide_string
());
102
wide_string
from_bytes(char byte);
103
wide_string
from_bytes(const char* ptr);
104
wide_string
from_bytes(const byte_string& str);
105
wide_string
from_bytes(const char* first, const char* last);
109
byte_string to_bytes(const
wide_string
& wstr);
[
all
...]
Completed in 171 milliseconds