Home
last modified time | relevance | path

Searched refs:LOWER_MASK (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
Dunicodectype.c17 #define LOWER_MASK 0x08 macro
134 return (ctype->flags & LOWER_MASK) != 0; in _PyUnicode_IsLowercase()
/external/python/cpython2/Modules/
D_randommodule.c77 #define LOWER_MASK 0x7fffffffUL /* least significant r bits */ macro
107 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
111 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_int32()
114 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_int32()
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py60 LOWER_MASK = 0x08 variable
378 flags |= LOWER_MASK