Searched refs:to_hex_str (Results 1 – 2 of 2) sorted by relevance
122 def to_hex_str(value): function132 return ' '.join([to_hex_str(x) for x in codepoints])186 codepoints = [to_hex_str(x) for x in192 emojis_set.update([to_hex_str(x) for x in emoji_style_exceptions])237 row = [to_hex_str(self.emoji_id), self.sdk_added, self.compat_added]238 row += [to_hex_str(x) for x in self.codepoints]
26 def to_hex_str(value): function32 return '_'.join([to_hex_str(x) for x in codepoints])