OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:out_quoted
(Results
1 - 2
of
2
) sorted by null
/external/libweave/third_party/chromium/base/json/
string_escape_unittest.cc
58
std::string
out_quoted
;
local
59
EscapeJSONString(in, true, &
out_quoted
);
60
EXPECT_EQ(out.length() + 2,
out_quoted
.length());
61
EXPECT_EQ(
out_quoted
.find(out), 1U);
62
EXPECT_TRUE(IsStringUTF8(
out_quoted
));
/external/libchrome/base/json/
string_escape_unittest.cc
58
std::string
out_quoted
;
local
59
EscapeJSONString(in, true, &
out_quoted
);
60
EXPECT_EQ(out.length() + 2,
out_quoted
.length());
61
EXPECT_EQ(
out_quoted
.find(out), 1U);
62
EXPECT_TRUE(IsStringUTF8(
out_quoted
));
110
std::string
out_quoted
;
local
111
EscapeJSONString(in, true, &
out_quoted
);
112
EXPECT_EQ(out.length() + 2,
out_quoted
.length());
113
EXPECT_EQ(
out_quoted
.find(out), 1U);
Completed in 479 milliseconds