Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dipvt_fontmap.h26 virtual int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) = 0;
Dcpvt_fontmap.h35 int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) override;
Dcpvt_fontmap.cpp89 int32_t CPVT_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() function in CPVT_FontMap
/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.h43 int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) override;
Dcpwl_font_map.cpp357 int32_t CPWL_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() function in CPWL_FontMap
Dcpwl_edit.cpp586 pFontMap->CharSetFromUnicode(nChar, FX_CHARSET_Default); in OnChar()
Dcpwl_edit_impl.cpp1839 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()