Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h305 int32_t m_nCharset; variable
352 int32_t m_nCharset; variable
379 int32_t m_nCharset; variable
426 int32_t m_nCharset; variable
452 int32_t m_nCharset; variable
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp419 m_nCharset(charset), in CFXEU_InsertWord()
431 m_pEdit->InsertWord(m_Word, m_nCharset, &m_WordProps, FALSE, TRUE); in Redo()
488 m_nCharset(charset), in CFXEU_Backspace()
509 m_pEdit->InsertWord(m_Word, m_nCharset, &m_WordProps, FALSE, TRUE); in Undo()
526 m_nCharset(charset), in CFXEU_Delete()
548 m_pEdit->InsertWord(m_Word, m_nCharset, &m_WordProps, FALSE, TRUE); in Undo()
591 m_nCharset(charset), in CFXEU_ClearRich()
612 m_pEdit->InsertWord(m_Word, m_nCharset, &m_WordProps, FALSE, FALSE); in Undo()
632 m_nCharset(charset), in CFXEU_InsertText()
647 m_pEdit->InsertText(m_swText.c_str(), m_nCharset, &m_SecProps, &m_WordProps, in Redo()