Searched refs:iStar (Results 1 – 1 of 1) sorted by relevance
471 int32_t iStar = iStartChar; in ReloadLinePiece() local472 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()