Lines Matching refs:UFOFileStructure
100 class UFOFileStructure(enum.Enum): class
211 if structure is UFOFileStructure.ZIP:
218 if structure is UFOFileStructure.ZIP:
260 self._fileStructure = UFOFileStructure.PACKAGE
841 structure = UFOFileStructure(structure)
856 structure = UFOFileStructure.PACKAGE
862 if structure is UFOFileStructure.ZIP:
914 if structure and structure is not UFOFileStructure.PACKAGE:
922 self._fileStructure = UFOFileStructure.PACKAGE
1571 if self._havePreviousFile and self._fileStructure is UFOFileStructure.ZIP:
1597 return UFOFileStructure.ZIP
1599 return UFOFileStructure.PACKAGE