Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/libs/minikin/
H A DEmoji.cpp22 return u_hasBinaryProperty(c, UCHAR_EMOJI); in isEmoji()
28 return u_hasBinaryProperty(c, UCHAR_EMOJI_MODIFIER); in isEmojiModifier()
39 return u_hasBinaryProperty(c, UCHAR_EMOJI_MODIFIER_BASE); in isEmojiBase()
H A DGraphemeBreak.cpp129 u_hasBinaryProperty(c2, UCHAR_EXTENDED_PICTOGRAPHIC)) { in isGraphemeBreak()
142 if (u_hasBinaryProperty(c0, UCHAR_EXTENDED_PICTOGRAPHIC)) { in isGraphemeBreak()
/aosp12/bionic/libc/bionic/
H A Dicu_wrappers.cpp46 static auto u_hasBinaryProperty = in __icu_hasBinaryProperty() local
48 return u_hasBinaryProperty ? u_hasBinaryProperty(wc, property) : fallback(wc); in __icu_hasBinaryProperty()