Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c21 #define XID_START_MASK 0x100 macro
90 return (ctype->flags & XID_START_MASK) != 0; in _PyUnicode_IsXidStart()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py90 XID_START_MASK = 0x100 variable
425 flags |= XID_START_MASK