OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utf8_plaintext
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/password_manager/
encryptor_unittest.cc
32
std::string
utf8_plaintext
;
local
62
utf8_plaintext
= UTF16ToUTF8(plaintext);
63
EXPECT_EQ(plaintext, UTF8ToUTF16(
utf8_plaintext
));
68
EXPECT_EQ(
utf8_plaintext
, UTF16ToUTF8(result));
70
EXPECT_TRUE(Encryptor::EncryptString(
utf8_plaintext
, &ciphertext));
74
EXPECT_EQ(
utf8_plaintext
, UTF16ToUTF8(result));
/external/chromium_org/components/webdata/encryptor/
encryptor_unittest.cc
32
std::string
utf8_plaintext
;
local
62
utf8_plaintext
= UTF16ToUTF8(plaintext);
63
EXPECT_EQ(plaintext, UTF8ToUTF16(
utf8_plaintext
));
68
EXPECT_EQ(
utf8_plaintext
, UTF16ToUTF8(result));
70
EXPECT_TRUE(Encryptor::EncryptString(
utf8_plaintext
, &ciphertext));
74
EXPECT_EQ(
utf8_plaintext
, UTF16ToUTF8(result));
Completed in 57 milliseconds