Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c23 #define PRINTABLE_MASK 0x400 macro
164 return (ctype->flags & PRINTABLE_MASK) != 0; in _PyUnicode_IsPrintable()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py95 PRINTABLE_MASK = 0x400 variable
428 flags |= PRINTABLE_MASK