Searched defs:is_unicode (Results 1 – 10 of 10) sorted by relevance
27 def is_unicode(obj): function31 def is_unicode(obj): function
130 def is_unicode(self): member in EncodedString175 is_unicode = False variable in BytesLiteral
842 def __init__(self, cname, encoding, is_unicode, is_str=False, argument
297 def is_unicode(self): member in CFStringSynthProvider
998 bool is_unicode = (info_bits & 0x10) == 0x10; in NSStringSummaryProvider() local1042 if (has_explicit_length and is_unicode) in NSStringSummaryProvider() local
365 … const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/ member
293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; c… member