HomeSort by relevance Sort by last modified time
    Searched refs:nCharIndex (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fde/
cfde_txtedtengine.h 99 int32_t nCharIndex;
cfde_txtedtengine.cpp 796 int32_t nLeavePart = ParagPos.nCharIndex;
797 int32_t nCutPart = pParag->GetTextLength() - ParagPos.nCharIndex;
857 if (ParagPosEnd.nCharIndex == pParag->GetTextLength() - 1) {
874 int32_t nNextParagIndex = (ParagPosBgn.nCharIndex == 0 && bLastParag)
881 if (!(bLastParag && ParagPosBgn.nCharIndex == 0)) {
    [all...]
  /external/pdfium/core/fpdfdoc/
ctypeset.cpp 286 int32_t nCharIndex = 0;
333 if (nCharIndex > 0) {
341 nCharIndex++;
351 if (nCharIndex == 1) {
372 nCharIndex = 0;

Completed in 95 milliseconds