Searched refs:nCharIndex (Results 1 – 8 of 8) sorted by relevance
92 m_nCurIndex = cp.nCharIndex; in SetAt()230 int32_t nCopyLength = lpChunkHeader->nUsed - cp.nCharIndex; in GetRange()231 FX_WCHAR* lpSrcBuf = lpChunkHeader->wChars + cp.nCharIndex; in GetRange()256 if (cp.nCharIndex != 0) { in Insert()260 int32_t nCopy = lpChunk->nUsed - cp.nCharIndex; in Insert()261 FXSYS_memcpy(lpNewChunk->wChars, lpChunk->wChars + cp.nCharIndex, in Insert()267 cp.nCharIndex = 0; in Insert()304 int32_t nFirstPart = cpEnd.nCharIndex + 1; in Delete()413 int32_t nTotal = cp.nCharIndex; in CP2Index()424 cp.nCharIndex = ((FDE_LPCHUNKHEADER)m_Chunks[cp.nChunkIndex])->nUsed; in Index2CP()[all …]
52 int32_t nCharIndex; member
847 int32_t nCharIndex = 0; in SetFormatBlock() local865 if (nCharIndex++ == nIndex) { in SetFormatBlock()1212 int32_t nLeavePart = ParagPos.nCharIndex; in Inner_Insert()1213 int32_t nCutPart = pParag->m_nCharCount - ParagPos.nCharIndex; in Inner_Insert()1275 int32_t nLeavePart = ParagPos.nCharIndex; in RawInsert()1276 int32_t nCutPart = pParag->m_nCharCount - ParagPos.nCharIndex; in RawInsert()1327 if (ParagPosEnd.nCharIndex == pParag->m_nCharCount - 1) { in Inner_DeleteRange()1344 int32_t nNextParagIndex = (ParagPosBgn.nCharIndex == 0 && bLastParag) in Inner_DeleteRange()1352 if (!(bLastParag && ParagPosBgn.nCharIndex == 0)) { in Inner_DeleteRange()1747 ParagPos.nCharIndex = nIndex - m_ParagPtrArray[nMid]->m_nCharStart; in TextPos2ParagPos()
56 int32_t nCharIndex; member
160 int32_t nCharIndex) = 0;
584 int32_t nCharIndex = 0; in SplitLines() local633 if (nCharIndex > 0) { in SplitLines()641 nCharIndex++; in SplitLines()651 if (nCharIndex == 1) { in SplitLines()672 nCharIndex = 0; in SplitLines()
98 int32_t nCharIndex) override;
950 int32_t nCharIndex) { in On_ValidateField() argument