Home
last modified time | relevance | path

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

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