Searched refs:doubleExclamationMatcher (Results 1 – 1 of 1) sorted by relevance
1067 Matcher doubleExclamationMatcher = DOUBLE_EXCLAMATION_PATTERN.matcher(message); in getDoublePunctuation() local1068 if (!doubleExclamationMatcher.find()) { in getDoublePunctuation()1072 if (doubleQuestionMatcher.start() < doubleExclamationMatcher.start()) { in getDoublePunctuation()