Searched refs:m_TempTextBuf (Results 1 – 2 of 2) sorted by relevance
682 WideString str = m_TempTextBuf.MakeString(); in CloseTempLine()690 m_TempTextBuf.Delete(i, 1); in CloseTempLine()715 m_TempTextBuf.Delete(0, m_TempTextBuf.GetLength()); in CloseTempLine()881 m_TempTextBuf.AppendChar(wChar); in ProcessMarkedContent()903 wchar_t* pTempBuffer = m_TempTextBuf.GetBuffer(); in SwapTempTextBuf()905 j = m_TempTextBuf.GetLength() - 1; in SwapTempTextBuf()940 m_TempTextBuf.AppendChar(L' '); in ProcessTextObject()964 while (m_TempTextBuf.GetSize() > 0 && in ProcessTextObject()965 m_TempTextBuf.AsStringView().Back() == 0x20) { in ProcessTextObject()966 m_TempTextBuf.Delete(m_TempTextBuf.GetLength() - 1, 1); in ProcessTextObject()[all …]
141 CFX_WideTextBuf m_TempTextBuf; variable