Searched refs:fromCodePoints (Results 1 – 1 of 1) sorted by relevance
22 .add(EmojiConstants.fromCodePoints(JOINER,0x1F9B0))23 .add(EmojiConstants.fromCodePoints(JOINER,0x1F9B1))24 .add(EmojiConstants.fromCodePoints(JOINER,0x1F9B2))25 .add(EmojiConstants.fromCodePoints(JOINER,0x1F9B3)) 101 public static CharSequence fromCodePoints(int... codePoints) { in fromCodePoints() method in EmojiConstants