Home
last modified time | relevance | path

Searched refs:STRENGTH_SHIFT (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationsettings.h91 static const int32_t STRENGTH_SHIFT = 12; member
104 : options((UCOL_DEFAULT_STRENGTH << STRENGTH_SHIFT) | in CollationSettings()
146 return options >> STRENGTH_SHIFT; in getStrength()
Dcollationsettings.cpp277 options = noStrength | (value << STRENGTH_SHIFT); in setStrength()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationSettings.java81 static final int STRENGTH_SHIFT = 12; field in CollationSettings
317 options = noStrength | (value << STRENGTH_SHIFT); in setStrength()
330 return options >> STRENGTH_SHIFT; in getStrength()
439 public int options = (Collator.TERTIARY << STRENGTH_SHIFT) | // DEFAULT_STRENGTH