Searched refs:curPos (Results 1 – 6 of 6) sorted by relevance
118 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument202 jjmatchedPos = curPos; in jjMoveNfa_0()205 ++curPos; in jjMoveNfa_0()207 return curPos; in jjMoveNfa_0()209 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_0()247 private final int jjMoveNfa_2(int startState, int curPos) in jjMoveNfa_2() argument326 jjmatchedPos = curPos; in jjMoveNfa_2()329 ++curPos; in jjMoveNfa_2()331 return curPos; in jjMoveNfa_2()333 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_2()[all …]
112 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument216 jjmatchedPos = curPos; in jjMoveNfa_0()219 ++curPos; in jjMoveNfa_0()221 return curPos; in jjMoveNfa_0()223 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_0()258 private final int jjMoveNfa_1(int startState, int curPos) in jjMoveNfa_1() argument337 jjmatchedPos = curPos; in jjMoveNfa_1()340 ++curPos; in jjMoveNfa_1()342 return curPos; in jjMoveNfa_1()344 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_1()[all …]
296 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument380 jjmatchedPos = curPos; in jjMoveNfa_0()383 ++curPos; in jjMoveNfa_0()385 return curPos; in jjMoveNfa_0()387 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_0()425 private final int jjMoveNfa_1(int startState, int curPos) in jjMoveNfa_1() argument504 jjmatchedPos = curPos; in jjMoveNfa_1()507 ++curPos; in jjMoveNfa_1()509 return curPos; in jjMoveNfa_1()511 catch(java.io.IOException e) { return curPos; } in jjMoveNfa_1()[all …]
142 final int curPos = mPosition.get(); in move() local143 return moveToPosition(curPos + offset); in move()158 final int curPos = mPosition.get(); in moveToNext() local159 return moveToPosition(curPos + 1); in moveToNext()177 final int curPos = mPosition.get(); in moveToPosition() local179 if (position == curPos) { in moveToPosition()190 final int curPos = mPosition.get(); in moveToPrevious() local191 return moveToPosition(curPos - 1); in moveToPrevious()
2010 int curPos = startPos; in findNanpMatchEnd() local2015 while (curPos <= endPos) { in findNanpMatchEnd()2017 if (curPos < endPos) { in findNanpMatchEnd()2018 ch = text.charAt(curPos); in findNanpMatchEnd()2047 curPos++; in findNanpMatchEnd()2053 return curPos; in findNanpMatchEnd()
432 int curPos = info.dayAdapter.getCursorPosition(position - info.offset); in getItemId() local433 if (curPos == Integer.MIN_VALUE) { in getItemId()437 if (curPos >= 0) { in getItemId()438 info.cursor.moveToPosition(curPos); in getItemId()