Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dipvt_fontmap.h27 virtual int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) = 0;
Dcpvt_fontmap.h36 int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) override;
Dcpvt_fontmap.cpp94 int32_t CPVT_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() function in CPVT_FontMap
Dcba_fontmap.h35 int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) override;
Dcba_fontmap.cpp142 int32_t CBA_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() function in CBA_FontMap
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit.cpp532 pFontMap->CharSetFromUnicode(nChar, FX_CHARSET_Default); in OnChar()
Dcpwl_edit_impl.cpp1864 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()