Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp435 int32_t CPWL_FontMap::CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) { in CharSetFromUnicode() argument
442 if (nOldCharset != DEFAULT_CHARSET) in CharSetFromUnicode()
443 return nOldCharset; in CharSetFromUnicode()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h63 int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) override;
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h69 virtual int32_t CharSetFromUnicode(FX_WORD word, int32_t nOldCharset) = 0;
Dfxet_edit.h649 int32_t GetCharSetFromUnicode(FX_WORD word, int32_t nOldCharset);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp2996 int32_t CFX_Edit::GetCharSetFromUnicode(FX_WORD word, int32_t nOldCharset) { in GetCharSetFromUnicode() argument
2998 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()
2999 return nOldCharset; in GetCharSetFromUnicode()