Searched refs:STRENGTH_MASK (Results 1 – 6 of 6) sorted by relevance
83 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()
118 private static final int STRENGTH_MASK = 0xf; field in CollationRuleParser180 int strength = result & STRENGTH_MASK; in parseRuleChain()
270 int32_t noStrength = options & ~STRENGTH_MASK; in setStrength()280 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength()
142 static const int32_t STRENGTH_MASK = 0xf;
93 static const int32_t STRENGTH_MASK = 0xf000; member
144 int32_t strength = result & STRENGTH_MASK; in parseRuleChain()