Searched refs:nTextLength (Results 1 – 2 of 2) sorted by relevance
174 int32_t nTextLength = wsText.GetLength(); in SetText() local176 ((nTextLength - 1) / m_nChunkSize + 1) - m_Chunks.GetSize(); in SetText()186 int32_t nLeave = nTextLength; in SetText()198 m_nTotal = nTextLength; in SetText()
814 int32_t nTextLength = wsReplace.GetLength(); in Replace() local815 if (nTextLength > 0) { in Replace()816 Inner_Insert(nStart, wsReplace.c_str(), nTextLength); in Replace()818 m_ChangeInfo.wsInsert = CFX_WideString(wsReplace.c_str(), nTextLength); in Replace()819 nStart += nTextLength; in Replace()