Home
last modified time | relevance | path

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

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