Lines Matching refs:getDataLength
141 if hasattr(item, "getDataLength"):
142 endPos = pos + item.getDataLength()
190 if hasattr(item, "getDataLength"):
191 pos = pos + item.getDataLength()
197 def getDataLength(self):
840 def getDataLength(self):
948 def getDataLength(self):
1199 def getDataLength(self):
1334 def getDataLength(self):
1335 return len(self.compile("getDataLength"))