Searched defs:nextType (Results 1 – 2 of 2) sorted by relevance
54 int nextType = Character.getType(target.codePointAt(0)); in matches() local90 int nextType = Character.getType(Character.codePointAt(input, 1)); local159 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()217 protected boolean isBreak(int thisType, int prevType, int nextType) { in isBreak()
2459 private boolean isConnectionIntentExpected(Class currentType, Class nextType) { in isConnectionIntentExpected()