Home
last modified time | relevance | path

Searched refs:UPPER_MASK (Results 1 – 14 of 14) sorted by relevance

/third_party/python/Modules/
D_randommodule.c79 #define UPPER_MASK 0x80000000U /* most significant w-r bits */ macro
132 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()
136 y = (mt[kk]&UPPER_MASK)|(mt[kk+1]&LOWER_MASK); in genrand_uint32()
139 y = (mt[N-1]&UPPER_MASK)|(mt[0]&LOWER_MASK); in genrand_uint32()
/third_party/python/Objects/
Dunicodectype.c20 #define UPPER_MASK 0x80 macro
184 return (ctype->flags & UPPER_MASK) != 0; in _PyUnicode_IsUppercase()
/third_party/icu/icu4c/source/common/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
Ducasemap.cpp675 uint32_t upper = data & UPPER_MASK; in toUpper()
Dustrcase.cpp1126 uint32_t upper = data & UPPER_MASK; in toUpper()
/third_party/node/deps/icu-small/source/common/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
Ducasemap.cpp675 uint32_t upper = data & UPPER_MASK; in toUpper()
Dustrcase.cpp1126 uint32_t upper = data & UPPER_MASK; in toUpper()
/third_party/skia/third_party/externals/icu/source/common/
Ducasemap_imp.h250 static const uint32_t UPPER_MASK = 0x3ff; variable
Ducasemap.cpp590 uint32_t upper = data & UPPER_MASK; in toUpper()
Dustrcase.cpp1044 uint32_t upper = data & UPPER_MASK; in toUpper()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DCaseMapImpl.java818 private static final int UPPER_MASK = 0x3ff; field in CaseMapImpl.GreekUpper
1337 int upper = data & UPPER_MASK; in toUpper()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DCaseMapImpl.java893 private static final int UPPER_MASK = 0x3ff;
1412 int upper = data & UPPER_MASK;
/third_party/python/Tools/unicode/
Dmakeunicodedata.py92 UPPER_MASK = 0x80 variable
426 flags |= UPPER_MASK