Searched refs:PUNCTUATIONS (Results 1 – 1 of 1) sorted by relevance
96 private static final char[] PUNCTUATIONS = {',', ';', '.', '!', '?'}; field in ImageGenerator219 for (char punctuation : PUNCTUATIONS) { in addLine()