Lines Matching refs:isSymbol
1723 self.tables = [t for t in self.tables if t.isUnicode() or t.isSymbol()]1725 self.tables = [t for t in self.tables if not t.isSymbol()]