Searched refs:is_unicode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/bintrees/bintrees/
H A Dcwalker.c293 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*/ member in struct:__anon10606
3681 if (t->is_unicode) {
3689 if (t->is_unicode | t->is_str) {
H A Dqavltree.c293 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*/ member in struct:__anon10610
3284 if (t->is_unicode) {
3292 if (t->is_unicode | t->is_str) {
H A Dqbintree.c293 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*/ member in struct:__anon10614
3279 if (t->is_unicode) {
3287 if (t->is_unicode | t->is_str) {
H A Dqrbtree.c293 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*/ member in struct:__anon10618
3281 if (t->is_unicode) {
3289 if (t->is_unicode | t->is_str) {

Completed in 91 milliseconds