Searched refs:nextType (Results 1 – 1 of 1) sorted by relevance
86 int nextType = Character.getType(title.codePointAt(0)); in matches() local91 thisType = nextType; in matches()92 nextType = i < (titleLength - 1) ? in matches()94 if (isBreak(thisType, lastType, nextType) && in matches()110 private static boolean isBreak(int thisType, int prevType, int nextType) {120 if (nextType == Character.UPPERCASE_LETTER) {