Home | History | Annotate | Download | only in intltest

Lines Matching refs:nextPos

2633     virtual  void     rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar);
2824 void RBBILineMonkey::rule9Adjust(int32_t pos, UChar32 *posChar, int32_t *nextPos, UChar32 *nextChar) {
2831 int32_t nPos = *nextPos;
2856 // Push the updated nextPos and nextChar back to our caller.
2859 *nextPos = nPos;
2878 int32_t nextPos; // Index of the next character following pos.
2899 nextPos = nextCPPos = startPos;
2911 pos = nextPos;
2915 nextPos = nextCPPos;
2927 nextCPPos = nextPos = fText->moveIndex32(pos, 1);
2928 c = fText->char32At(nextPos);
2929 rule9Adjust(pos, &thisChar, &nextPos, &c);
3163 if (numEndIdx > nextPos) {
3164 // Number match includes additional chars. Update pos and nextPos
3167 pos = nextPos = numEndIdx;