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

  /external/pdfium/core/fxcrt/
fx_system.h 170 #define FXSYS_MultiByteToWideChar(p1, p2, p3, p4, p5, p6) \
177 #define FXSYS_MultiByteToWideChar MultiByteToWideChar
194 int FXSYS_MultiByteToWideChar(uint32_t codepage,
fx_system.cpp 206 int FXSYS_MultiByteToWideChar(uint32_t codepage,
widestring.cpp 296 int dest_len = FXSYS_MultiByteToWideChar(
303 FXSYS_MultiByteToWideChar(codepage, 0, bstr.unterminated_c_str(), src_len,
  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.cpp 276 int ret = FXSYS_MultiByteToWideChar(g_CharsetCPs[m_pCMap->GetCoding()], 0,

Completed in 70 milliseconds