Searched refs:STRENGTH_SHIFT (Results 1 – 4 of 4) sorted by relevance
93 static const int32_t STRENGTH_SHIFT = 12; member106 : options((UCOL_DEFAULT_STRENGTH << STRENGTH_SHIFT) | in CollationSettings()148 return options >> STRENGTH_SHIFT; in getStrength()
279 options = noStrength | (value << STRENGTH_SHIFT); in setStrength()
83 static final int STRENGTH_SHIFT = 12; field in CollationSettings317 options = noStrength | (value << STRENGTH_SHIFT); in setStrength()330 return options >> STRENGTH_SHIFT; in getStrength()439 public int options = (Collator.TERTIARY << STRENGTH_SHIFT) | // DEFAULT_STRENGTH
85 static final int STRENGTH_SHIFT = 12; field in CollationSettings319 options = noStrength | (value << STRENGTH_SHIFT); in setStrength()332 return options >> STRENGTH_SHIFT; in getStrength()441 public int options = (Collator.TERTIARY << STRENGTH_SHIFT) | // DEFAULT_STRENGTH