Lines Matching refs:istext
223 self.istext = isinstance(string, str)
225 if not self.istext:
291 if not self.istext:
299 if not (self.istext or name.isascii()):
323 elif c == "u" and source.istext:
329 elif c == "U" and source.istext:
337 elif c == "N" and source.istext:
383 elif c == "u" and source.istext:
389 elif c == "U" and source.istext:
397 elif c == "N" and source.istext:
814 (repr(condname) if source.istext else ascii(condname),
901 if source.istext:
1047 (repr(name) if s.istext else ascii(name),