Searched refs:to_hex_str (Results 1 – 1 of 1) sorted by relevance
117 def to_hex_str(value): function127 return ' '.join([to_hex_str(x) for x in codepoints])179 codepoints = [to_hex_str(x) for x in185 emojis_set.update([to_hex_str(x) for x in emoji_style_exceptions])230 row = [to_hex_str(self.emoji_id), self.sdk_added, self.compat_added]231 row += [to_hex_str(x) for x in self.codepoints]