Home
last modified time | relevance | path

Searched refs:STRENGTH_MASK (Results 1 – 20 of 20) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationSettings.java87 static final int STRENGTH_MASK = 0xf000; field in CollationSettings
312 int noStrength = options & ~STRENGTH_MASK; in setStrength()
327 int noStrength = options & ~STRENGTH_MASK; in setStrengthDefault()
328 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrengthDefault()
DCollationRuleParser.java124 private static final int STRENGTH_MASK = 0xf; field in CollationRuleParser
186 int strength = result & STRENGTH_MASK; in parseRuleChain()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationSettings.java85 static final int STRENGTH_MASK = 0xf000; field in CollationSettings
310 int noStrength = options & ~STRENGTH_MASK; in setStrength()
325 int noStrength = options & ~STRENGTH_MASK; in setStrengthDefault()
326 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrengthDefault()
DCollationRuleParser.java120 private static final int STRENGTH_MASK = 0xf; field in CollationRuleParser
182 int strength = result & STRENGTH_MASK; in parseRuleChain()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.cpp272 int32_t noStrength = options & ~STRENGTH_MASK; in setStrength()
282 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength()
Dcollationruleparser.h144 static const int32_t STRENGTH_MASK = 0xf;
Dcollationsettings.h95 static const int32_t STRENGTH_MASK = 0xf000; member
Dcollationruleparser.cpp146 int32_t strength = result & STRENGTH_MASK; in parseRuleChain()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.cpp272 int32_t noStrength = options & ~STRENGTH_MASK; in setStrength()
282 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength()
Dcollationruleparser.h144 static const int32_t STRENGTH_MASK = 0xf;
Dcollationsettings.h95 static const int32_t STRENGTH_MASK = 0xf000; member
Dcollationruleparser.cpp146 int32_t strength = result & STRENGTH_MASK; in parseRuleChain()
/third_party/icu/icu4c/source/i18n/
Dcollationsettings.cpp272 int32_t noStrength = options & ~STRENGTH_MASK; in setStrength()
282 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength()
Dcollationruleparser.h144 static const int32_t STRENGTH_MASK = 0xf;
Dcollationsettings.h95 static const int32_t STRENGTH_MASK = 0xf000; member
Dcollationruleparser.cpp146 int32_t strength = result & STRENGTH_MASK; in parseRuleChain()
/third_party/node/deps/icu-small/source/i18n/
Dcollationsettings.cpp272 int32_t noStrength = options & ~STRENGTH_MASK; in setStrength()
282 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength()
Dcollationruleparser.h144 static const int32_t STRENGTH_MASK = 0xf;
Dcollationsettings.h95 static const int32_t STRENGTH_MASK = 0xf000; member
Dcollationruleparser.cpp146 int32_t strength = result & STRENGTH_MASK; in parseRuleChain()