Searched refs:gunicode (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/fonttools/Lib/fontTools/voltLib/ |
H A D | parser.py | 70 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 D | ast.py | 59 def __init__(self, name, gid, gunicode, gtype, components, location=None): argument 63 self.unicode = gunicode
|