Lines Matching refs:CheckFile
63 def CheckFile(self, encoding, shouldPass, string=None):
85 self.CheckFile('utf_16', shouldPass=True)
100 self.CheckFile('utf_16', shouldPass=False, string=data)
115 self.CheckFile(encoding=None, shouldPass=False, string=data)
118 self.CheckFile(encoding='utf_8', shouldPass=True)
126 self.CheckFile(encoding=None, shouldPass=True, string=data)
134 self.CheckFile('utf_16', shouldPass=False, string=data)
142 self.CheckFile('utf_8', shouldPass=False, string=data)
151 self.CheckFile('utf_8', shouldPass=False, string=data)
166 self.CheckFile(encoding=None, shouldPass=False, string=data)
175 self.CheckFile(encoding=None, shouldPass=False, string=data)