Searched refs:m_pLineChars (Results 1 – 2 of 2) sorted by relevance
19 m_pLineChars = new CFX_TxtCharArray; in CFX_TxtLine()24 delete m_pLineChars; in ~CFX_TxtLine() local27 int32_t CountChars() const { return m_pLineChars->GetSize(); } in CountChars()29 FXSYS_assert(index > -1 && index < m_pLineChars->GetSize()); in GetCharPtr()30 return m_pLineChars->GetDataPtr(index); in GetCharPtr()38 int32_t iCount = m_pLineChars->GetSize(); in GetString()42 pChar = m_pLineChars->GetDataPtr(i); in GetString()48 m_pLineChars->RemoveAll();53 CFX_TxtCharArray* m_pLineChars; variable
252 CFX_TxtCharArray& ca = *m_pCurLine->m_pLineChars; in GetLastChar()574 CFX_TxtChar* pCurChar = m_pCurLine->m_pLineChars->AddSpace(); in AppendChar()598 pCurChar = m_pCurLine->m_pLineChars->GetDataPtr(iCount - 1); in AppendChar()696 tp.m_pChars = m_pCurLine->m_pLineChars; in EndBreak_SplitLine()709 GetBreakPos(*m_pCurLine->m_pLineChars, iEndPos, bAllChars, TRUE); in EndBreak_SplitLine()718 CFX_TxtCharArray& chars = *m_pCurLine->m_pLineChars; in EndBreak_BidiLine()740 tp.m_pChars = m_pCurLine->m_pLineChars; in EndBreak_BidiLine()809 tp.m_pChars = m_pCurLine->m_pLineChars; in EndBreak_BidiLine()1085 CFX_TxtCharArray& curChars = *pCurLine->m_pLineChars; in SplitTextLine()1097 CFX_TxtCharArray& nextChars = *pNextLine->m_pLineChars; in SplitTextLine()