Searched refs:GetCharSetFromUnicode (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_edit.cpp | 2984 SetCaret(m_pVT->InsertWord(m_wpCaret,word,GetCharSetFromUnicode(word, charset),pWordProps)); in InsertWord() 3540 wp = m_pVT->InsertWord(wp,word,GetCharSetFromUnicode(word, charset),pWordProps); in DoInsertText() 3549 FX_INT32 CFX_Edit::GetCharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset) in GetCharSetFromUnicode() function in CFX_Edit
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_edit.h | 635 FX_INT32 GetCharSetFromUnicode(FX_WORD word, FX_INT32 nOldCharset);
|