Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.h89 static const int32_t STRENGTH_SHIFT = 12; member
102 : options((UCOL_DEFAULT_STRENGTH << STRENGTH_SHIFT) | in CollationSettings()
127 return options >> STRENGTH_SHIFT; in getStrength()
Dcollationsettings.cpp140 options = noStrength | (value << STRENGTH_SHIFT); in setStrength()