Home
last modified time | relevance | path

Searched refs:GetCharSetFromUnicode (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h424 int32_t GetCharSetFromUnicode(uint16_t word, int32_t nOldCharset);
Dfxet_edit.cpp1864 GetCharSetFromUnicode(word, charset), pWordProps)); in InsertWord()
2195 wp = m_pVT->InsertWord(wp, word, GetCharSetFromUnicode(word, charset), in DoInsertText()
2205 int32_t CFX_Edit::GetCharSetFromUnicode(uint16_t word, int32_t nOldCharset) { in GetCharSetFromUnicode() function in CFX_Edit