Home
last modified time | relevance | path

Searched refs:EMOJI (Results 1 - 8 of 8) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DEmojiProps.java140 if (which < UProperty.EMOJI || UProperty.RGI_EMOJI < which) { in hasBinaryProperty()
143 int bit = bitFlags[which - UProperty.EMOJI]; in hasBinaryProperty()
H A DUCharacterProperty.java550 new EmojiBinaryProperty(UProperty.EMOJI),
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUProperty.java522 public static final int EMOJI=57; field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DUProperty.java461 public static final int EMOJI=57; field
/third_party/skia/src/ports/
H A DSkFontMgr_fuchsia.cpp161 {"emoji", fuchsia::fonts::GenericFontFamily::EMOJI},
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUCharacterTest.java2548 assertFalse("space is not Emoji", UCharacter.hasBinaryProperty(0x20, UProperty.EMOJI)); in TestEmojiProperties()
2549 assertTrue("shooting star is Emoji", UCharacter.hasBinaryProperty(0x1F320, UProperty.EMOJI)); in TestEmojiProperties()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUCharacterTest.java2552 assertFalse("space is not Emoji", UCharacter.hasBinaryProperty(0x20, UProperty.EMOJI)); in TestEmojiProperties()
2553 assertTrue("shooting star is Emoji", UCharacter.hasBinaryProperty(0x1F320, UProperty.EMOJI)); in TestEmojiProperties()
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dproperty_bool.rs25 ("Emoji", EMOJI),
4419 pub const EMOJI: &'static [(char, char)] = &[ consts

Completed in 28 milliseconds