Searched refs:nCharIndex (Results 1 – 3 of 3) sorted by relevance
286 int32_t nCharIndex = 0; in SplitLines() local333 if (nCharIndex > 0) { in SplitLines()341 nCharIndex++; in SplitLines()351 if (nCharIndex == 1) { in SplitLines()372 nCharIndex = 0; in SplitLines()
796 int32_t nLeavePart = ParagPos.nCharIndex; in Inner_Insert()797 int32_t nCutPart = pParag->GetTextLength() - ParagPos.nCharIndex; in Inner_Insert()857 if (ParagPosEnd.nCharIndex == pParag->GetTextLength() - 1) { in Inner_DeleteRange()874 int32_t nNextParagIndex = (ParagPosBgn.nCharIndex == 0 && bLastParag) in Inner_DeleteRange()881 if (!(bLastParag && ParagPosBgn.nCharIndex == 0)) { in Inner_DeleteRange()1216 ParagPos.nCharIndex = nIndex - m_ParagPtrArray[nMid]->GetStartIndex(); in TextPos2ParagPos()
99 int32_t nCharIndex; member