Home
last modified time | relevance | path

Searched refs:fromCodePoints (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DEmojiConstants.java22 .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