Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdfattachment_embeddertest.cpp32 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in TEST_F()
59 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in TEST_F()
86 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))); in TEST_F()
118 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in TEST_F()
144 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in TEST_F()
190 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in TEST_F()
207 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in TEST_F()
217 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in TEST_F()
230 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))); in TEST_F()
244 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in TEST_F()
[all …]
Dfpdfannot_embeddertest.cpp23 return GetPlatformWString(reinterpret_cast<FPDF_WIDESTRING>(buf.data())); in BufferToWString()
/external/pdfium/testing/
Dembedder_test_timer_handling_delegate.h36 {GetPlatformWString(message), GetPlatformWString(title), type, icon}); in Alert()
Dtest_support.h76 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr);
Dtest_support.cpp113 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr) { in GetPlatformWString() function
/external/pdfium/samples/
Dpdfium_test.cc405 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in WriteAnnot()
412 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())) in WriteAnnot()
625 printf("%ls", GetPlatformWString(title).c_str()); in ExampleAppAlert()
628 printf(": %ls\n", GetPlatformWString(msg).c_str()); in ExampleAppAlert()
641 GetPlatformWString(title).c_str(), in ExampleAppResponse()
642 GetPlatformWString(question).c_str(), in ExampleAppResponse()
643 GetPlatformWString(default_value).c_str(), in ExampleAppResponse()
644 GetPlatformWString(label).c_str(), is_password, length); in ExampleAppResponse()
669 GetPlatformWString(To).c_str(), GetPlatformWString(CC).c_str(), in ExampleDocMail()
670 GetPlatformWString(BCC).c_str(), GetPlatformWString(Subject).c_str(), in ExampleDocMail()
[all …]