Lines Matching refs:nextPos
2513 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2719 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() argument
2726 int32_t nPos = *nextPos; in rule9Adjust()
2754 *nextPos = nPos; in rule9Adjust()
2773 int32_t nextPos; // Index of the next character following pos. in next() local
2794 nextPos = nextCPPos = startPos; in next()
2806 pos = nextPos; in next()
2810 nextPos = nextCPPos; in next()
2822 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next()
2823 c = fText->char32At(nextPos); in next()
2824 rule9Adjust(pos, &thisChar, &nextPos, &c); in next()
2887 if (numEndIdx > nextPos) { in next()
2891 pos = nextPos = numEndIdx; in next()