Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.h57 static const int32_t MAX_VARIABLE_MASK = 0x70; member
160 return (MaxVariable)((options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT); in getMaxVariable()
Dcollationsettings.cpp219 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable()
228 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()