Searched refs:STRENGTH_MASK (Results 1 – 10 of 10) sorted by relevance
85 static final int STRENGTH_MASK = 0xf000; field in CollationSettings310 int noStrength = options & ~STRENGTH_MASK; in setStrength()325 int noStrength = options & ~STRENGTH_MASK; in setStrengthDefault()326 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrengthDefault()
120 private static final int STRENGTH_MASK = 0xf; field in CollationRuleParser182 int strength = result & STRENGTH_MASK; in parseRuleChain()
87 static final int STRENGTH_MASK = 0xf000; field in CollationSettings312 int noStrength = options & ~STRENGTH_MASK; in setStrength()327 int noStrength = options & ~STRENGTH_MASK; in setStrengthDefault()328 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrengthDefault()
124 private static final int STRENGTH_MASK = 0xf; field in CollationRuleParser186 int strength = result & STRENGTH_MASK; in parseRuleChain()
272 int32_t noStrength = options & ~STRENGTH_MASK; in setStrength()282 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength()
144 static const int32_t STRENGTH_MASK = 0xf;
95 static const int32_t STRENGTH_MASK = 0xf000; member
146 int32_t strength = result & STRENGTH_MASK; in parseRuleChain()