Searched refs:FXSYS_MultiByteToWideChar (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/include/fxcrt/
H A Dfx_system.h199 #define FXSYS_MultiByteToWideChar(p1, p2, p3, p4, p5, p6) MultiByteToWideChar(p1, p2, p3, p4, (wchar_t*)(p5), p6) macro
205 #define FXSYS_MultiByteToWideChar MultiByteToWideChar macro
216 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, FX_DWORD dwFlags, const char* bstr, int blen,
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_gcc.cpp217 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCSTR bstr, int blen, function
H A Dfx_basic_wstring.cpp1122 int dest_len = FXSYS_MultiByteToWideChar(codepage, 0, bytestr, src_len, NULL, 0);
1128 FXSYS_MultiByteToWideChar(codepage, 0, bytestr, src_len, dest_buf, dest_len);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font_cid.cpp911 int ret = FXSYS_MultiByteToWideChar(g_CharsetCPs[m_pCMap->m_Coding], 0, (FX_LPCSTR)&charcode, charsize, &unicode, 1);

Completed in 107 milliseconds