Home
last modified time | relevance | path

Searched refs:SetTextChar (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlsyntaxparser.cpp660 m_BlockBuffer.SetTextChar(m_iEntityStart, character); in ParseTextChar()
665 m_BlockBuffer.SetTextChar(m_iEntityStart, L'&'); in ParseTextChar()
668 m_BlockBuffer.SetTextChar(m_iEntityStart, L'<'); in ParseTextChar()
671 m_BlockBuffer.SetTextChar(m_iEntityStart, L'>'); in ParseTextChar()
674 m_BlockBuffer.SetTextChar(m_iEntityStart, L'\''); in ParseTextChar()
677 m_BlockBuffer.SetTextChar(m_iEntityStart, L'\"'); in ParseTextChar()
/external/pdfium/core/fxcrt/
Dcfx_blockbuffer.h38 void SetTextChar(size_t iIndex, wchar_t ch);
Dcfx_blockbuffer.cpp47 void CFX_BlockBuffer::SetTextChar(size_t index, wchar_t ch) { in SetTextChar() function in CFX_BlockBuffer