OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wstring
(Results
326 - 350
of
1090
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
desktop.h
28
bool GetName(std::
wstring
* desktop_name_out) const;
/external/chromium_org/ui/shell_dialogs/
select_file_dialog_win_unittest.cc
40
EXPECT_EQ(std::
wstring
(test_cases[i].expected_filename),
/external/clang/test/SemaCXX/
warn-string-conversion.cpp
1
// RUN: %clang_cc1 -fsyntax-only -
Wstring
-conversion -verify %s
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate/locale.collate.members/
transform.pass.cpp
29
std::
wstring
x(L"1234");
/external/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");
/external/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"));
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
test.pass.cpp
31
std::
wstring
ws;
/external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
converted.pass.cpp
30
std::
wstring
ws = myconv.from_bytes("\xF1\x80\x80\x83");
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), "");
/external/libcxx/test/re/re.submatch/re.submatch.members/
operator_string.pass.cpp
45
assert(str == std::
wstring
(L"123"));
str.pass.cpp
45
assert(str == std::
wstring
(L"123"));
/external/libcxx/test/re/re.submatch/re.submatch.op/
stream.pass.cpp
41
test(std::
wstring
(L"123"));
/external/libcxx/test/re/re.traits/
types.pass.cpp
30
static_assert((std::is_same<std::regex_traits<wchar_t>::string_type, std::
wstring
>::value), "");
/external/libcxx/test/strings/basic.string/string.cons/
initializer_list.pass.cpp
28
std::
wstring
s;
/external/libcxx/test/strings/basic.string.hash/
strings.pass.cpp
47
test<std::
wstring
>();
/external/stlport/test/unit/
mvctor_declaration_test.cpp
172
//string,
wstring
:
180
CPPUNIT_ASSERT( is_movable(
wstring
()) );
182
CPPUNIT_ASSERT( is_move_complete(
wstring
()) );
184
CPPUNIT_ASSERT( !is_move_complete(
wstring
()) );
/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");
Completed in 282 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>