HomeSort by relevance Sort by last modified time
    Searched defs:FXSYS_WideCharToMultiByte (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxcrt/
fx_basic_gcc.cpp 203 int FXSYS_WideCharToMultiByte(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCWSTR wstr, int wlen,
  /external/pdfium/core/include/fxcrt/
fx_system.h 198 #define FXSYS_WideCharToMultiByte(p1, p2, p3, p4, p5, p6, p7, p8) WideCharToMultiByte(p1, p2, (const wchar_t*)(p3), p4, p5, p6, p7, p8)
204 #define FXSYS_WideCharToMultiByte WideCharToMultiByte
214 int FXSYS_WideCharToMultiByte(FX_DWORD codepage, FX_DWORD dwFlags, const wchar_t* wstr, int wlen,

Completed in 72 milliseconds