OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wstring
(Results
276 - 291
of
291
) sorted by null
<<
11
12
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
gtest.cc
[
all
...]
/external/epid-sdk/ext/gtest/
gtest-all.cc
[
all
...]
gtest.h
176
// ::
wstring
, which is different to std::
wstring
).
184
// std::
wstring
does/doesn't work (Google Test can
185
// be used where std::
wstring
is unavailable).
776
// The user didn't tell us whether ::std::
wstring
is available, so we nee
[
all
...]
/external/llvm/unittests/Support/
ConvertUTFTest.cpp
98
std::
wstring
Result;
101
std::
wstring
Expected(L"\x0ca0_\x0ca0");
[
all
...]
/external/pdfium/samples/
pdfium_test.cc
1001
std::
wstring
ConvertToWString(const unsigned short* buf,
1003
std::
wstring
result;
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
ConvertUTFTest.cpp
96
std::
wstring
Result;
99
std::
wstring
Expected(L"\x0ca0_\x0ca0");
[
all
...]
/external/libchrome/base/json/
json_reader_unittest.cc
237
EXPECT_EQ(std::
wstring
(L"A\0\x1234\0", 4), UTF8ToWide(str_val));
/external/libchrome/base/
logging_unittest.cc
712
// other code in that namespace from calling the operator<<(ostream,
wstring
)
713
// defined by logging.h. This can fail if operator<<(ostream,
wstring
) can't be
723
std::
wstring
wstr = L"Hello World";
/external/libcxx/test/std/re/re.traits/
isctype.pass.cpp
158
std::
wstring
s(L"w");
/external/pdfium/fxjs/
cjs_field.cpp
186
void Field::ParseFieldName(const std::
wstring
& strFieldNameParsed,
187
std::
wstring
& strFieldName,
195
std::
wstring
suffixal = strFieldNameParsed.substr(iStart + 1);
225
std::
wstring
strFieldName;
[
all
...]
/external/pdfium/fpdfsdk/
fpdfannot_embeddertest.cpp
22
std::
wstring
BufferToWString(const std::vector<char>& buf) {
[
all
...]
/external/libchrome/base/strings/
string_util_unittest.cc
398
static std::
wstring
wchar_ascii(
[
all
...]
/external/llvm/lib/Support/
CommandLine.cpp
956
std::
wstring
wenvVar;
[
all
...]
/external/catch2/single_include/catch2/
catch.hpp
[
all
...]
/external/bcc/tests/cc/
catch.hpp
[
all
...]
Completed in 1645 milliseconds
<<
11
12