Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/
Dcfde_textout.cpp471 int32_t iStar = iStartChar; in ReloadLinePiece() local
472 int32_t iEnd = pPiece->iChars + iStar; in ReloadLinePiece()
473 while (iStar < iEnd) { in ReloadLinePiece()
474 dwBreakStatus = m_pTxtBreak->AppendChar(*(pwsStr + iStar)); in ReloadLinePiece()
478 ++iStar; in ReloadLinePiece()