Home
last modified time | relevance | path

Searched refs:GetPlatformWString (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdf_attachment_embeddertest.cpp34 EXPECT_EQ(L"1.txt", GetPlatformWString(buf.data())); in TEST_F()
60 EXPECT_EQ(L"D:20170712214438-07'00'", GetPlatformWString(buf.data())); in TEST_F()
87 EXPECT_EQ(kCheckSumW, GetPlatformWString(buf.data())); in TEST_F()
118 EXPECT_EQ(L"0.txt", GetPlatformWString(buf.data())); in TEST_F()
142 EXPECT_EQ(L"z.txt", GetPlatformWString(buf.data())); in TEST_F()
185 EXPECT_EQ(L"5.txt", GetPlatformWString(buf.data())); in TEST_F()
201 EXPECT_EQ(kDateW, GetPlatformWString(buf.data())); in TEST_F()
210 EXPECT_EQ(kCheckSumW, GetPlatformWString(buf.data())); in TEST_F()
223 GetPlatformWString(buf.data())); in TEST_F()
237 EXPECT_EQ(L"1.txt", GetPlatformWString(buf.data())); in TEST_F()
[all …]
Dfpdf_annot_embeddertest.cpp148 EXPECT_EQ(L"Jae Hyun Park", GetPlatformWString(buf.data())); in TEST_F()
182 EXPECT_EQ(kContents, GetPlatformWString(buf.data())); in TEST_F()
340 EXPECT_EQ(kContents, GetPlatformWString(buf.data())); in TEST_F()
1143 GetPlatformWString(buf.data())); in TEST_F()
1153 EXPECT_EQ(L"D:201706071721Z00'00'", GetPlatformWString(buf.data())); in TEST_F()
1190 EXPECT_EQ(kNewDate, GetPlatformWString(buf.data())); in TEST_F()
1295 EXPECT_EQ(L"", GetPlatformWString(buf.data())); in TEST_F()
1317 EXPECT_EQ(L"new test ap", GetPlatformWString(buf.data())); in TEST_F()
1348 EXPECT_EQ(L"new test ap", GetPlatformWString(buf.data())); in TEST_F()
1724 EXPECT_EQ(L"", GetPlatformWString(buf.data())); in TEST_F()
[all …]
Dfpdf_javascript_embeddertest.cpp96 EXPECT_EQ(L"startDelay", GetPlatformWString(buf.data())); in TEST_F()
129 EXPECT_EQ(kExpectedScript, GetPlatformWString(buf.data())); in TEST_F()
Dfpdf_edit_embeddertest.cpp685 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer)); in CheckMarkCounts()
698 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer)); in CheckMarkCounts()
718 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer)); in CheckMarkCounts()
728 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer)); in CheckMarkCounts()
814 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer)); in TEST_F()
887 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer)); in TEST_F()
940 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer)); in TEST_F()
981 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer)); in TEST_F()
2866 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer))); in TEST_F()
2871 GetPlatformWString(reinterpret_cast<unsigned short*>(buffer))); in TEST_F()
[all …]
Dfpdf_annot_unittest.cpp91 EXPECT_EQ(kStreamData, GetPlatformWString(buf.data())); in TEST_F()
Dfpdf_text_embeddertest.cpp1185 ASSERT_EQ(kHelloWideText, GetPlatformWString(buffer.data())); in TEST_F()
/external/pdfium/samples/
Dpdfium_test.cc236 printf("%ls", GetPlatformWString(title).c_str()); in ExampleAppAlert()
239 printf(": %ls\n", GetPlatformWString(msg).c_str()); in ExampleAppAlert()
256 GetPlatformWString(title).c_str(), in ExampleAppResponse()
257 GetPlatformWString(question).c_str(), in ExampleAppResponse()
258 GetPlatformWString(default_value).c_str(), in ExampleAppResponse()
259 GetPlatformWString(label).c_str(), is_password, length); in ExampleAppResponse()
288 GetPlatformWString(To).c_str(), GetPlatformWString(CC).c_str(), in ExampleDocMail()
289 GetPlatformWString(BCC).c_str(), GetPlatformWString(Subject).c_str(), in ExampleDocMail()
290 GetPlatformWString(Msg).c_str()); in ExampleDocMail()
311 GetPlatformWString(url).c_str(), length); in ExampleDocSubmitForm()
Dpdfium_test_dump_helper.cc116 GetPlatformWString(meta_string).c_str(), len); in DumpMetaData()
Dpdfium_test_write_helper.cc336 fprintf(fp, "Content: %ls\n", GetPlatformWString(buf.data()).c_str()); in WriteAnnot()
341 fprintf(fp, "Author: %ls\n", GetPlatformWString(buf.data()).c_str()); in WriteAnnot()
/external/pdfium/testing/
Dembedder_test_timer_handling_delegate.h36 {GetPlatformWString(message), GetPlatformWString(title), type, icon}); in Alert()
Dfx_string_testhelpers.h28 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr);
Dfx_string_testhelpers.cpp43 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr) { in GetPlatformWString() function