Searched refs:u_hasBinaryProperty (Results 1 – 3 of 3) sorted by relevance
22 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()
129 u_hasBinaryProperty(c2, UCHAR_EXTENDED_PICTOGRAPHIC)) { in isGraphemeBreak()142 if (u_hasBinaryProperty(c0, UCHAR_EXTENDED_PICTOGRAPHIC)) { in isGraphemeBreak()
46 static auto u_hasBinaryProperty = in __icu_hasBinaryProperty() local48 return u_hasBinaryProperty ? u_hasBinaryProperty(wc, property) : fallback(wc); in __icu_hasBinaryProperty()