Home
last modified time | relevance | path

Searched refs:to_hex_str (Results 1 – 2 of 2) sorted by relevance

/external/noto-fonts/emoji-compat/
Dcreatefont.py122 def to_hex_str(value): function
132 return ' '.join([to_hex_str(x) for x in codepoints])
186 codepoints = [to_hex_str(x) for x in
192 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]
/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py26 def to_hex_str(value): function
32 return '_'.join([to_hex_str(x) for x in codepoints])