Home | History | Annotate | Download | only in tables

Lines Matching refs:platEncID

11 		platEncID:	H
39 #if (name.platEncID, name.platformID) in ((0, 0), (1, 3)):
81 def getName(self, nameID, platformID, platEncID, langID=None):
85 namerecord.platEncID == platEncID):
95 (self.platformID == 3 and self.platEncID in [0, 1, 10]))
101 ("platEncID", self.platEncID),
121 self.platEncID = safeEval(attrs["platEncID"])
137 getattr(self, "platEncID", None),
144 getattr(other, "platEncID", None),