Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds