Home
last modified time | relevance | path

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

/external/noto-fonts/emoji-compat/
Dcreatefont.py117 def to_hex_str(value): function
127 return ' '.join([to_hex_str(x) for x in codepoints])
179 codepoints = [to_hex_str(x) for x in
185 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]