Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h63 int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) override;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp435 int32_t CPWL_FontMap::CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) { in CharSetFromUnicode() function in CPWL_FontMap
DPWL_Edit.cpp971 int32_t nNewCharSet = pFontMap->CharSetFromUnicode(nChar, DEFAULT_CHARSET); in OnChar()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h69 virtual int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) = 0;
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2998 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()