Searched refs:MAX_VARIABLE_MASK (Results 1 – 4 of 4) sorted by relevance
51 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()
53 static final int MAX_VARIABLE_MASK = 0x70; field in CollationSettings390 int noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable()399 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()407 return (options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT; in getMaxVariable()
61 static const int32_t MAX_VARIABLE_MASK = 0x70; member181 return (MaxVariable)((options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT); in getMaxVariable()
358 int32_t noMax = options & ~MAX_VARIABLE_MASK; in setMaxVariable()367 options = noMax | (defaultOptions & MAX_VARIABLE_MASK); in setMaxVariable()