Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c22 #define XID_CONTINUE_MASK 0x200 macro
100 return (ctype->flags & XID_CONTINUE_MASK) != 0; in _PyUnicode_IsXidContinue()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py91 XID_CONTINUE_MASK = 0x200 variable
427 flags |= XID_CONTINUE_MASK