Searched refs:TITLE_MASK (Results 1 – 4 of 4) sorted by relevance
20 #define TITLE_MASK 0x40 macro78 return (ctype->flags & TITLE_MASK) != 0; in _PyUnicode_IsTitlecase()
19 #define TITLE_MASK 0x40 macro80 return (ctype->flags & TITLE_MASK) != 0; in _PyUnicode_IsTitlecase()
63 TITLE_MASK = 0x40 variable386 flags |= TITLE_MASK
91 TITLE_MASK = 0x40 variable424 flags |= TITLE_MASK