Home
last modified time | relevance | path

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

/aosp_15_r20/external/noto-fonts/scripts/
H A 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
/aosp_15_r20/external/noto-fonts/emoji-compat/
H A Dcreatefont.py140 def codepoint_to_string(codepoints): function
197 emojis_set.add(codepoint_to_string(codepoints).upper())
241 codepoint_to_string(self.codepoints))
344 key = codepoint_to_string([codepoint])
372 key = codepoint_to_string(codepoints)
418 key = codepoint_to_string(hex_str_to_int(x) for x in row[3:])
513 key = codepoint_to_string(codepoints)