Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c25 #define CASE_IGNORABLE_MASK 0x1000 macro
285 return (ctype->flags & CASE_IGNORABLE_MASK) != 0; in _PyUnicode_IsCaseIgnorable()
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py94 CASE_IGNORABLE_MASK = 0x1000 variable
431 flags |= CASE_IGNORABLE_MASK