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