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