OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wstring
(Results
301 - 325
of
1254
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
get_pointer_size_chart.pass.cpp
78
assert(std::
wstring
(s) == L" ");
83
assert(std::
wstring
(s) == L"");
90
assert(std::
wstring
(s) == L" ");
96
assert(std::
wstring
(s) == L" ");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
transform.pass.cpp
29
std::
wstring
x(L"1234");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.ctype/locale.ctype.members/
narrow_many.pass.cpp
27
std::
wstring
in(L" A\x07.a1");
tolower_many.pass.cpp
26
std::
wstring
in(L" A\x07.a1");
toupper_many.pass.cpp
26
std::
wstring
in(L" A\x07.a1");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/facet.numpunct/locale.numpunct/facet.numpunct.members/
falsename.pass.cpp
30
assert(np.falsename() == std::
wstring
(L"false"));
truename.pass.cpp
30
assert(np.truename() == std::
wstring
(L"true"));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp
31
std::
wstring
ws;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
from_bytes.pass.cpp
28
std::
wstring
ws = myconv.from_bytes('a');
to_bytes.pass.cpp
27
std::
wstring
ws(1, L'\x40003');
types.pass.cpp
31
static_assert((std::is_same<myconv::wide_string, std::
wstring
>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.op/
stream.pass.cpp
41
test(std::
wstring
(L"123"));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.cons/
initializer_list.pass.cpp
28
std::
wstring
s;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stringfwd.h
61
typedef basic_string<wchar_t>
wstring
;
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stringfwd.h
70
typedef basic_string<wchar_t>
wstring
; /// A string of @c wchar_t
typedef
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
functional_hash.h
185
hash<
wstring
>::operator()(
wstring
) const;
189
hash<const
wstring
&>::operator()(const
wstring
&) const;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stringfwd.h
70
typedef basic_string<wchar_t>
wstring
; /// A string of @c wchar_t
typedef
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
functional_hash.h
185
hash<
wstring
>::operator()(
wstring
) const;
189
hash<const
wstring
&>::operator()(const
wstring
&) const;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h
61
typedef basic_string<wchar_t>
wstring
;
typedef
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h
61
typedef basic_string<wchar_t>
wstring
;
typedef
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stringfwd.h
61
typedef basic_string<wchar_t>
wstring
;
typedef
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stringfwd.h
61
typedef basic_string<wchar_t>
wstring
;
typedef
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stringfwd.h
70
typedef basic_string<wchar_t>
wstring
; /// A string of @c wchar_t
typedef
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional_hash.h
185
hash<
wstring
>::operator()(
wstring
) const;
189
hash<const
wstring
&>::operator()(const
wstring
&) const;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stringfwd.h
70
typedef basic_string<wchar_t>
wstring
; /// A string of @c wchar_t
typedef
Completed in 317 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>