Home | History | Annotate | Download | only in lang

Lines Matching defs:emoji

2520         assertFalse("space is not Emoji", UCharacter.hasBinaryProperty(0x20, UProperty.EMOJI));
2521 assertTrue("shooting star is Emoji", UCharacter.hasBinaryProperty(0x1F320, UProperty.EMOJI));
2522 UnicodeSet emoji = new UnicodeSet("[:Emoji:]");
2523 assertTrue("lots of Emoji", emoji.size() > 700);