Searched refs:nTextLength (Results 1 – 2 of 2) sorted by relevance
39 int32_t nTextLength = wsText.GetLength(); in SetText() local41 ((nTextLength - 1) / GetChunkSize() + 1) - m_chunks.size(); in SetText()48 int32_t nLeave = nTextLength; in SetText()62 m_nTotal = nTextLength; in SetText()
496 int32_t nTextLength = wsReplace.GetLength(); in Replace() local497 if (nTextLength > 0) in Replace()498 Inner_Insert(nStart, wsReplace.c_str(), nTextLength); in Replace()500 m_ChangeInfo.wsInsert = CFX_WideString(wsReplace.c_str(), nTextLength); in Replace()501 nStart += nTextLength; in Replace()