Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_system.h199 #define FXSYS_MultiByteToWideChar(p1, p2, p3, p4, p5, p6) MultiByteToWideChar(p1, p2, p3, p4, (wcha… 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/
Dfx_basic_gcc.cpp217 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, FX_DWORD dwFlags, FX_LPCSTR bstr, int blen, in FXSYS_MultiByteToWideChar() function
Dfx_basic_wstring.cpp1122 int dest_len = FXSYS_MultiByteToWideChar(codepage, 0, bytestr, src_len, NULL, 0); in _DefMap_GetWideString()
1128 FXSYS_MultiByteToWideChar(codepage, 0, bytestr, src_len, dest_buf, dest_len); in _DefMap_GetWideString()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp911 …int ret = FXSYS_MultiByteToWideChar(g_CharsetCPs[m_pCMap->m_Coding], 0, (FX_LPCSTR)&charcode, char… in _UnicodeFromCharCode()