Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_FontMap.cpp527 FX_INT32 CPWL_FontMap::CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) in CharSetFromUnicode() argument
534 if (nOldCharset != DEFAULT_CHARSET) return nOldCharset; in CharSetFromUnicode()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_FontMap.h72 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h76 virtual FX_INT32 CharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) = 0;
Dfxet_edit.h635 FX_INT32 GetCharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp3549 FX_INT32 CFX_Edit::GetCharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) in GetCharSetFromUnicode() argument
3552 return pFontMap->CharSetFromUnicode(word, nOldCharset); in GetCharSetFromUnicode()
3554 return nOldCharset; in GetCharSetFromUnicode()