Home | History | Annotate | Download | only in intltest

Lines Matching defs:nextPos

2680     virtual  void     rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2871 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) {
2878 int32_t nPos = *nextPos;
2903 // Push the updated nextPos and nextChar back to our caller.
2906 *nextPos = nPos;
2925 int32_t nextPos; // Index of the next character following pos.
2946 nextPos = nextCPPos = startPos;
2958 pos = nextPos;
2962 nextPos = nextCPPos;
2974 nextCPPos = nextPos = fText->moveIndex32(pos, 1);
2975 c = fText->char32At(nextPos);
2976 rule9Adjust(pos, &thisChar, &nextPos, &c);
3210 if (numEndIdx > nextPos) {
3211 // Number match includes additional chars. Update pos and nextPos
3214 pos = nextPos = numEndIdx;