Searched refs:EmojiConstants (Results 1 – 3 of 3) sorted by relevance
22 class EmojiConstants { class
1254 for (int cp : EmojiConstants.ALL_EMOJI) { in testEmojiCoverage()1259 for (int cp : EmojiConstants.NEW_EMOJI) { in testEmojiCoverage()
84 for (int i = 0; i < EmojiConstants.ALL_EMOJI.length; i++) { in testEmojiCodePoints()85 assertTrue(Character.isDefined(EmojiConstants.ALL_EMOJI[i])); in testEmojiCodePoints()