Lines Matching refs:nextPos
2968 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
3177 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() argument
3184 int32_t nPos = *nextPos; in rule9Adjust()
3212 *nextPos = nPos; in rule9Adjust()
3231 int32_t nextPos; // Index of the next character following pos. in next() local
3252 nextPos = nextCPPos = startPos; in next()
3264 pos = nextPos; in next()
3268 nextPos = nextCPPos; in next()
3280 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next()
3281 c = fText->char32At(nextPos); in next()
3282 rule9Adjust(pos, &thisChar, &nextPos, &c); in next()
3546 if (numEndIdx > nextPos) { in next()
3550 pos = nextPos = numEndIdx; in next()