Home
last modified time | relevance | path

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

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