Home
last modified time | relevance | path

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

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