Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c19 #define TITLE_MASK 0x40 macro
80 return (ctype->flags & TITLE_MASK) != 0; in _PyUnicode_IsTitlecase()
/third_party/python/Tools/unicode/
Dmakeunicodedata.py91 TITLE_MASK = 0x40 variable
424 flags |= TITLE_MASK