Home | History | Annotate | Download | only in util

Lines Matching defs:ch2

416             char ch2 = text.charAt(index + 1);
417 if (Character.isWhitespace(ch2) || isPunctuation(ch2)) {