Searched refs:old_suffix (Results 1 – 5 of 5) sorted by relevance
/external/fonttools/Lib/fontTools/feaLib/ |
D | ast.py | 982 def __init__(self, old_prefix, old_suffix, glyphs, replacements, argument 985 self.old_prefix, self.old_suffix = old_prefix, old_suffix 991 suffix = [s.glyphSet() for s in self.old_suffix] 1001 if len(self.old_prefix) or len(self.old_suffix): 1005 if len(self.old_suffix): 1006 res += " " + " ".join(asFea(g) for g in self.old_suffix)
|
D | parser.py | 693 old_prefix, old, lookups, values, old_suffix, hasMarks = \ 731 old_prefix, old[0], old_suffix, new[0], location=location) 752 old_prefix, old_suffix, 764 old_prefix, tuple(old[0].glyphSet())[0], old_suffix, 775 old_prefix, old, old_suffix, 805 old_prefix, old_suffix, old, new, location=location) 816 old_prefix, old, old_suffix, lookups, location=location)
|
D | builder.py | 899 old_suffix, mapping): argument 901 lookup.substitutions.append((old_prefix, old_suffix, mapping))
|
/external/python/cpython3/Lib/ |
D | pathlib.py | 840 old_suffix = self.suffix 841 if not old_suffix: 844 name = name[:-len(old_suffix)] + suffix
|
/external/fonttools/Tests/feaLib/ |
D | parser_test.py | 1129 self.assertEqual(glyphstr(rsub.old_suffix), "d [E e]") 1139 self.assertEqual(glyphstr(rsub.old_suffix), "cid00005") 1149 self.assertEqual(glyphstr(rsub.old_suffix), "C [D d]") 1163 self.assertEqual(glyphstr(rsub.old_suffix), "LOOK AHEAD")
|