Lines Matching refs:iCur
566 int32_t iCur = 0; in GetTabstops() local
571 while (iCur < iLength) { in GetTabstops()
572 ch = pTabStops[iCur]; in GetTabstops()
576 iCur++; in GetTabstops()
579 iLast = iCur; in GetTabstops()
584 wsAlign = CFX_WideStringC(pTabStops + iLast, iCur - iLast); in GetTabstops()
586 iCur++; in GetTabstops()
587 while (iCur < iLength && pTabStops[iCur] <= ' ') in GetTabstops()
588 iCur++; in GetTabstops()
589 iLast = iCur; in GetTabstops()
591 iCur++; in GetTabstops()
599 while (iCur < iLength) { in GetTabstops()
600 ch = pTabStops[iCur]; in GetTabstops()
601 iCur++; in GetTabstops()
610 while (iCur < iLength && pTabStops[iCur] <= ' ') in GetTabstops()
611 iCur++; in GetTabstops()
613 iLast = iCur; in GetTabstops()
620 CXFA_Measurement ms(CFX_WideStringC(pTabStops + iLast, iCur - iLast)); in GetTabstops()
626 iCur++; in GetTabstops()
635 CXFA_Measurement ms(CFX_WideStringC(pTabStops + iLast, iCur - iLast)); in GetTabstops()