Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodectype.c21 #define PRINTABLE_MASK 0x400 macro
162 return (ctype->flags & PRINTABLE_MASK) != 0; in _PyUnicode_IsPrintable()
/third_party/python/Tools/unicode/
H A Dmakeunicodedata.py22 # 2008-06-11 gb add PRINTABLE_MASK for Atsuo Ishimoto's ascii() patch
95 PRINTABLE_MASK = 0x400 variable
428 flags |= PRINTABLE_MASK

Completed in 3 milliseconds