/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParserTokenManager.java | 118 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument 202 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() argument 326 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 …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/ |
D | AddressListParserTokenManager.java | 118 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument 202 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() argument 326 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 …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/ |
D | ContentTypeParserTokenManager.java | 112 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument 216 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() argument 337 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 …]
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/ |
D | ContentTypeParserTokenManager.java | 112 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument 216 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() argument 337 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 …]
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/ |
D | DateTimeParserTokenManager.java | 296 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument 380 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() argument 504 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 …]
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/ |
D | DateTimeParserTokenManager.java | 296 private final int jjMoveNfa_0(int startState, int curPos) in jjMoveNfa_0() argument 380 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() argument 504 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 …]
|
/packages/apps/UnifiedEmail/src/com/android/mail/content/ |
D | ThreadSafeCursorWrapper.java | 142 final int curPos = mPosition.get(); in move() local 143 return moveToPosition(curPos + offset); in move() 158 final int curPos = mPosition.get(); in moveToNext() local 159 return moveToPosition(curPos + 1); in moveToNext() 177 final int curPos = mPosition.get(); in moveToPosition() local 179 if (position == curPos) { in moveToPosition() 190 final int curPos = mPosition.get(); in moveToPrevious() local 191 return moveToPosition(curPos - 1); in moveToPrevious()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | Utils.java | 2010 int curPos = startPos; in findNanpMatchEnd() local 2015 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()
|
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
D | AgendaWindowAdapter.java | 432 int curPos = info.dayAdapter.getCursorPosition(position - info.offset); in getItemId() local 433 if (curPos == Integer.MIN_VALUE) { in getItemId() 437 if (curPos >= 0) { in getItemId() 438 info.cursor.moveToPosition(curPos); in getItemId()
|