Home
last modified time | relevance | path

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

/external/noto-fonts/scripts/
Dcolor_emoji_image_diff.py30 def codepoint_to_string(codepoints): function
40 codepoint_map[codepoint_to_string([codepoint])] = glyph_name
87 codepoint_map[codepoint_to_string(codepoints)] = glyph
101 codepoint_map[codepoint_to_string(codepoints)] = ligature.LigGlyph
/external/noto-fonts/emoji-compat/
Dcreatefont.py130 def codepoint_to_string(codepoints): function
177 emojis_set.add(codepoint_to_string(codepoints).upper())
221 codepoint_to_string(self.codepoints))
324 key = codepoint_to_string([codepoint])
344 key = codepoint_to_string(codepoints)
386 key = codepoint_to_string(hex_str_to_int(x) for x in row[3:])
470 key = codepoint_to_string(codepoints)