Home
last modified time | relevance | path

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

/aosp_15_r20/external/fonttools/Lib/fontTools/voltLib/
H A Dparser.py70 gunicode = None
73 gunicode = [self.expect_number_()]
74 if gunicode[0] < 0:
78 gunicode = self.parse_unicode_values_()
94 name, gid, gunicode, gtype, components, location=location
H A Dast.py59 def __init__(self, name, gid, gunicode, gtype, components, location=None): argument
63 self.unicode = gunicode