Home
last modified time | relevance | path

Searched refs:nOldCharset (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;
Dcba_fontmap.cpp142 int32_t CBA_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() argument
148 if (nOldCharset != FX_CHARSET_Default) in CharSetFromUnicode()
149 return nOldCharset; in CharSetFromUnicode()
Dcpvt_fontmap.cpp94 int32_t CPVT_FontMap::CharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in CharSetFromUnicode() argument
Dcba_fontmap.h35 int32_t CharSetFromUnicode(uint16_t word, int32_t nOldCharset) override;
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_impl.h354 int32_t GetCharSetFromUnicode(uint16_t word, int32_t nOldCharset);
Dcpwl_edit_impl.cpp1862 int32_t nOldCharset) { in GetCharSetFromUnicode() argument
1864 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()
1865 return nOldCharset; in GetCharSetFromUnicode()