Searched refs:NODELTA_MASK (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
H A Dunicodectype.c22 #define NODELTA_MASK 0x100 macro
62 if (ctype->flags & NODELTA_MASK)
154 if (ctype->flags & NODELTA_MASK)
168 if (ctype->flags & NODELTA_MASK)
/external/python/cpython2/Tools/unicode/
H A Dmakeunicodedata.py65 NODELTA_MASK = 0x100 variable
417 flags |= NODELTA_MASK

Completed in 129 milliseconds