HomeSort by relevance Sort by last modified time
    Searched refs:GetPlatformWString (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/
fpdfattachment_embeddertest.cpp 32 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
59 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
86 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())));
118 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
144 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
190 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
207 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
217 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
230 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())));
244 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data())
    [all...]
fpdfannot_embeddertest.cpp 23 return GetPlatformWString(reinterpret_cast<FPDF_WIDESTRING>(buf.data()));
    [all...]
  /external/pdfium/testing/
embedder_test_timer_handling_delegate.h 36 {GetPlatformWString(message), GetPlatformWString(title), type, icon});
test_support.h 76 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr);
test_support.cpp 113 std::wstring GetPlatformWString(FPDF_WIDESTRING wstr) {
  /external/pdfium/samples/
pdfium_test.cc 405 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
412 GetPlatformWString(reinterpret_cast<unsigned short*>(buf.data()))
625 printf("%ls", GetPlatformWString(title).c_str());
628 printf(": %ls\n", GetPlatformWString(msg).c_str());
641 GetPlatformWString(title).c_str(),
642 GetPlatformWString(question).c_str(),
643 GetPlatformWString(default_value).c_str(),
644 GetPlatformWString(label).c_str(), is_password, length);
669 GetPlatformWString(To).c_str(), GetPlatformWString(CC).c_str()
    [all...]

Completed in 2173 milliseconds