Home
last modified time | relevance | path

Searched refs:nCharIndex (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp286 int32_t nCharIndex = 0; in SplitLines() local
333 if (nCharIndex > 0) { in SplitLines()
341 nCharIndex++; in SplitLines()
351 if (nCharIndex == 1) { in SplitLines()
372 nCharIndex = 0; in SplitLines()
/external/pdfium/xfa/fde/
Dcfde_txtedtengine.cpp796 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()
Dcfde_txtedtengine.h99 int32_t nCharIndex; member