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.h196 #define FXSYS_MultiByteToWideChar(p1, p2, p3, p4, p5, p6) \ macro
203 #define FXSYS_MultiByteToWideChar MultiByteToWideChar
220 int FXSYS_MultiByteToWideChar(FX_DWORD codepage,
/external/pdfium/core/src/fxcrt/
Dfx_basic_gcc.cpp242 int FXSYS_MultiByteToWideChar(FX_DWORD codepage, in FXSYS_MultiByteToWideChar() function
Dfx_basic_wstring.cpp1015 FXSYS_MultiByteToWideChar(codepage, 0, bytestr, src_len, NULL, 0); in _DefMap_GetWideString()
1021 FXSYS_MultiByteToWideChar(codepage, 0, bytestr, src_len, dest_buf, dest_len); in _DefMap_GetWideString()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font_cid.cpp1090 int ret = FXSYS_MultiByteToWideChar(g_CharsetCPs[m_pCMap->m_Coding], 0, in _UnicodeFromCharCode()