Home
last modified time | relevance | path

Searched refs:CharSetFromUnicode (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h72 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp527 FX_INT32 CPWL_FontMap::CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) in CharSetFromUnicode() function in CPWL_FontMap
DPWL_Edit.cpp1052 FX_INT32 nNewCharSet = pFontMap->CharSetFromUnicode(nChar, DEFAULT_CHARSET); in OnChar()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h76 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) = 0;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp3552 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()