Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c26 #define CASED_MASK 0x2000 macro
278 return (ctype->flags & CASED_MASK) != 0; in _PyUnicode_IsCased()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py96 CASED_MASK = 0x2000 variable
429 flags |= CASED_MASK