Searched refs:is_emoji_style (Results 1 – 1 of 1) sorted by relevance
177 is_emoji_style = emoji_property == EMOJI_PRESENTATION_STR178 if is_emoji_style:196 def __init__(self, codepoints, is_emoji_style): argument198 self.emoji_style = is_emoji_style309 is_emoji_style = emoji_property == EMOJI_PRESENTATION_STR314 codepoint_is_emoji_style = is_emoji_style or codepoint in emoji_style_exceptions