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

  /external/icu/icu4c/source/i18n/
collationsettings.h 91 static const int32_t STRENGTH_MASK = 0xf000;
collationsettings.cpp 133 int32_t noStrength = options & ~STRENGTH_MASK;
143 options = noStrength | (defaultOptions & STRENGTH_MASK);
collationruleparser.h 142 static const int32_t STRENGTH_MASK = 0xf;
collationruleparser.cpp 146 int32_t strength = result & STRENGTH_MASK;

Completed in 70 milliseconds