Searched refs:MAX_VARIABLE_MASK (Results 1 – 3 of 3) sorted by relevance
49 static final int MAX_VARIABLE_MASK = 0x70; field in CollationSettings388 int noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable()397 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()405 return (options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT; in getMaxVariable()
59 static const int32_t MAX_VARIABLE_MASK = 0x70; member179 return (MaxVariable)((options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT); in getMaxVariable()
356 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable()365 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()