HomeSort by relevance Sort by last modified time
    Searched refs:MAX_VARIABLE_MASK (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
collationsettings.h 57 static const int32_t MAX_VARIABLE_MASK = 0x70;
160 return (MaxVariable)((options & MAX_VARIABLE_MASK) >> MAX_VARIABLE_SHIFT);
collationsettings.cpp 219 int32_t noMax = options & ~MAX_VARIABLE_MASK;
228 options = noMax | (defaultOptions & MAX_VARIABLE_MASK);

Completed in 36 milliseconds