Lines Matching refs:nextPos
2818 … virtual void rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2994 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar… in rule9Adjust() argument
3001 int32_t nPos = *nextPos; in rule9Adjust()
3029 *nextPos = nPos; in rule9Adjust()
3045 int32_t nextPos; // Index of the next character following pos. in next() local
3062 nextPos = nextCPPos = startPos; in next()
3071 pos = nextPos; in next()
3075 nextPos = nextCPPos; in next()
3087 nextCPPos = nextPos = fText->moveIndex32(pos, 1); in next()
3088 c = fText->char32At(nextPos); in next()
3089 rule9Adjust(pos, &thisChar, &nextPos, &c); in next()
3305 if (numEndIdx > nextPos) { in next()
3309 pos = nextPos = numEndIdx; in next()