OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wstring
(Results
201 - 225
of
932
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/speech/
tts_win.cc
53
std::
wstring
utterance_;
76
std::
wstring
prefix;
77
std::
wstring
suffix;
97
std::
wstring
pitch_value =
113
std::
wstring
merged_utterance = prefix + utterance_ + suffix;
/external/chromium_org/chrome/browser/ui/views/accessibility/
browser_views_accessibility_browsertest.cc
50
std::
wstring
name,
55
std::
wstring
name,
94
std::
wstring
name,
101
std::
wstring
name,
133
std::
wstring
title = UTF16ToWide(
/external/chromium_org/chrome/installer/gcapi/
gcapi_reactivation_test.cc
29
std::
wstring
reg_path(google_update::kRegPathClients);
50
std::
wstring
path(base_path);
73
std::
wstring
GetReactivationString(HKEY hive) {
78
std::
wstring
path(base_path);
84
std::
wstring
actual_brand;
/external/chromium_org/chrome/installer/test/
alternate_version_generator_main.cc
63
const std::
wstring
& detail) {
133
DumpUsage(*cmd_line, errors::SHOW_HELP, std::
wstring
());
139
DumpUsage(*cmd_line, errors::MINI_INSTALLER_NOT_FOUND, std::
wstring
());
158
std::
wstring
original_version;
159
std::
wstring
new_version;
/external/chromium_org/net/http/
http_auth_sspi_win_unittest.cc
16
void MatchDomainUserAfterSplit(const std::
wstring
& combined,
17
const std::
wstring
& expected_domain,
18
const std::
wstring
& expected_user) {
19
std::
wstring
actual_domain;
20
std::
wstring
actual_user;
/external/chromium_org/third_party/libjingle/source/talk/base/
win32.h
68
inline std::
wstring
ToUtf16(const char* utf8, size_t len) {
73
return std::
wstring
(ws, len16);
76
inline std::
wstring
ToUtf16(const std::string& str) {
93
inline std::string ToUtf8(const std::
wstring
& wstr) {
104
bool Utf8ToWindowsFilename(const std::string& utf8, std::
wstring
* filename);
/external/chromium_org/base/test/
test_file_util.h
55
// In general it's not reliable to convert a FilePath to a
wstring
and we use
58
std::
wstring
FilePathAsWString(const base::FilePath& path);
59
base::FilePath WStringAsFilePath(const std::
wstring
& path);
/external/chromium_org/chrome/installer/util/
product.h
72
bool HasOption(const std::
wstring
& option) const {
77
bool SetOption(const std::
wstring
& option, bool set) {
137
std::set<std::
wstring
> options_;
product_unittest.cc
55
std::
wstring
(L"setup.exe") +
76
EXPECT_EQ(std::
wstring
::npos,
112
std::
wstring
state_key_path(distribution->GetStateKey());
installation_state.cc
52
const std::
wstring
version_key(distribution->GetVersionKey());
53
const std::
wstring
state_key(distribution->GetStateKey());
87
std::
wstring
setup_path;
88
std::
wstring
uninstall_arguments;
178
channel_.set_value(std::
wstring
());
203
bool ProductState::GetOemInstall(std::
wstring
* oem_install) const {
/external/chromium_org/remoting/base/
breakpad_win_unittest.cc
46
const std::
wstring
* file_path);
59
const std::
wstring
* /* file_path */) {
79
std::
wstring
pipe_name_;
/external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
getline_pointer_size.pass.cpp
70
assert(std::
wstring
(s) == L" ");
75
assert(std::
wstring
(s) == L" ");
80
assert(std::
wstring
(s) == L" ");
getline_pointer_size_chart.pass.cpp
70
assert(std::
wstring
(s) == L" ");
75
assert(std::
wstring
(s) == L" ");
80
assert(std::
wstring
(s) == L" ");
readsome.pass.cpp
74
assert(std::
wstring
(s, 5) == L" 1234");
79
assert(std::
wstring
(s, 5) == L"56789");
85
assert(std::
wstring
(s, 1) == L"0");
/external/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
transform.pass.cpp
36
std::
wstring
x(L"1234");
49
std::
wstring
x(L"1234");
62
std::
wstring
x(L"1234");
/external/libcxx/test/strings/basic.string.literals/
literal.pass.cpp
20
static_assert ( std::is_same<decltype( L"Hi"s), std::
wstring
>::value, "" );
25
std::
wstring
Lfoo;
43
Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::
wstring
( L"ABC"));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
getline_pointer_size.pass.cpp
70
assert(std::
wstring
(s) == L" ");
75
assert(std::
wstring
(s) == L" ");
80
assert(std::
wstring
(s) == L" ");
getline_pointer_size_chart.pass.cpp
70
assert(std::
wstring
(s) == L" ");
75
assert(std::
wstring
(s) == L" ");
80
assert(std::
wstring
(s) == L" ");
readsome.pass.cpp
71
assert(std::
wstring
(s, 5) == L" 1234");
76
assert(std::
wstring
(s, 5) == L"56789");
82
assert(std::
wstring
(s, 1) == L"0");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.collate/locale.collate.byname/
transform.pass.cpp
36
std::
wstring
x(L"1234");
49
std::
wstring
x(L"1234");
62
std::
wstring
x(L"1234");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string.literals/
literal.pass.cpp
20
static_assert ( std::is_same<decltype( L"Hi"s), std::
wstring
>::value, "" );
25
std::
wstring
Lfoo;
43
Lfoo = L"ABC"s; assert(Lfoo == L"ABC"); assert(Lfoo == std::
wstring
( L"ABC"));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libulib.a
19
?? ?? ?? ?? ?p ?p ?>