Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.cpp357 int32_t CPWL_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() argument
362 if (nOldCharset != FX_CHARSET_Default) in CharSetFromUnicode()
363 return nOldCharset; in CharSetFromUnicode()
Dcpwl_font_map.h43 int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) override;
Dcpwl_edit_impl.h330 int32_t GetCharSetFromUnicode(uint16_t word, int32_t nOldCharset);
Dcpwl_edit_impl.cpp1837 int32_t nOldCharset) { in GetCharSetFromUnicode() argument
1839 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()
1840 return nOldCharset; in GetCharSetFromUnicode()
/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() argument