Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds