Home
last modified time | relevance | path

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

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