Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds