Home | History | Annotate | Download | only in util

Lines Matching defs:isPunctuation

417             if (Character.isWhitespace(ch2) || isPunctuation(ch2)) {
421 } else if (isPunctuation(ch)) {
587 } else if (isPunctuation(ch)) {
628 private static boolean isPunctuation(char ch) {