Home | History | Annotate | Download | only in intltest

Lines Matching defs:nextPos

3264     virtual  void     rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
3445 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) {
3452 int32_t nPos = *nextPos;
3477 // Push the updated nextPos and nextChar back to our caller.
3480 *nextPos = nPos;
3496 int32_t nextPos; // Index of the next character following pos.
3517 nextPos = nextCPPos = startPos;
3526 pos = nextPos;
3530 nextPos = nextCPPos;
3542 nextCPPos = nextPos = fText->moveIndex32(pos, 1);
3543 c = fText->char32At(nextPos);
3544 rule9Adjust(pos, &thisChar, &nextPos, &c);
3767 if (numEndIdx > nextPos) {
3768 // Number match includes additional chars. Update pos and nextPos
3771 pos = nextPos = numEndIdx;