Searched refs:unicodeEmojiMatcher (Results 1 – 1 of 1) sorted by relevance
1081 Matcher unicodeEmojiMatcher = EmojiHelper.EMOJI_PATTERN.matcher(message); in getDoubleEmoji() local1088 while (unicodeEmojiMatcher.find()) { in getDoubleEmoji()1089 int start = unicodeEmojiMatcher.start(); in getDoubleEmoji()1090 int end = unicodeEmojiMatcher.end(); in getDoubleEmoji()