Home | History | Annotate | Download | only in rbbi

Lines Matching refs:nextPos

855             int    nextPos;   //  Index of the next character following pos.
871 nextPos = startPos;
884 pos = nextPos;
885 nextPos = moveIndex32(fText, pos, 1);
901 // result is "nextPos" for the following loop iteration.
906 if (nextPos == fText.length()) {
909 int nextChar = UTF16.charAt(fText, nextPos);
913 nextPos = moveIndex32(fText, nextPos, 1);
1169 if (numEndIdx > nextPos) {
1170 // Number match includes additional chars. Update pos and nextPos
1173 nextPos = numEndIdx;