Home | History | Annotate | Download | only in Compiler

Lines Matching refs:is_unicode

779         is_unicode = encoding is None and not is_str
793 key = (is_str, is_unicode, encoding_key, py3str_cstring)
823 (is_str and 's') or (is_unicode and 'u') or 'b',
828 pystring_cname, encoding, is_unicode, is_str, py3str_cstring, intern)
839 # is_unicode boolean
842 def __init__(self, cname, encoding, is_unicode, is_str=False,
848 self.is_unicode = is_unicode
1068 if text.is_unicode:
1081 assert text.is_unicode
1261 py_string.is_unicode,