Home
last modified time | relevance | path

Searched defs:UPPER_MASK (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
/external/libcap-ng/libcap-ng-0.7/src/
Dcap-ng.c57 #define UPPER_MASK ~(unsigned)((~0U)<<(CAP_LAST_CAP-31)) macro
60 #define UPPER_MASK (unsigned)(~0U) macro
/external/python/cpython2/Objects/
Dunicodectype.c21 #define UPPER_MASK 0x80 macro
/external/python/cpython2/Tools/unicode/
Dmakeunicodedata.py64 UPPER_MASK = 0x80 variable
/external/python/cpython3/Modules/
D_randommodule.c79 #define UPPER_MASK 0x80000000U /* most significant w-r bits */ macro
/external/python/cpython2/Modules/
D_randommodule.c76 #define UPPER_MASK 0x80000000UL /* most significant w-r bits */ macro
/external/python/cpython3/Tools/unicode/
Dmakeunicodedata.py89 UPPER_MASK = 0x80 variable
/external/python/cpython3/Objects/
Dunicodectype.c20 #define UPPER_MASK 0x80 macro
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DCaseMapImpl.java810 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java805 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper