Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dpdfium_test.cc334 printf("%ls", GetPlatformWString(title).c_str()); in ExampleAppAlert()
337 printf(": %ls\n", GetPlatformWString(msg).c_str()); in ExampleAppAlert()
350 GetPlatformWString(title).c_str(), in ExampleAppResponse()
351 GetPlatformWString(question).c_str(), in ExampleAppResponse()
352 GetPlatformWString(default_value).c_str(), in ExampleAppResponse()
353 GetPlatformWString(label).c_str(), is_password, length); in ExampleAppResponse()
378 GetPlatformWString(To).c_str(), GetPlatformWString(CC).c_str(), in ExampleDocMail()
379 GetPlatformWString(BCC).c_str(), GetPlatformWString(Subject).c_str(), in ExampleDocMail()
380 GetPlatformWString(Msg).c_str()); in ExampleDocMail()
/external/pdfium/testing/
Dembedder_test_timer_handling_delegate.h36 {GetPlatformWString(message), GetPlatformWString(title), type, icon}); in Alert()
Dtest_support.h71 std::wstring GetPlatformWString(const FPDF_WIDESTRING wstr);
Dtest_support.cpp105 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr) { in GetPlatformWString() function