Home | History | Annotate | Download | only in bintrees

Lines Matching refs:is_unicode

293 typedef struct {PyObject **p; char *s; const long n; const char* encoding; const char is_unicode; const char is_str; const char intern; } __Pyx_StringTabEntry; /*proto*/
3279 if (t->is_unicode) {
3287 if (t->is_unicode | t->is_str) {