Searched refs:STRENGTH_MASK (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.cpp133 int32_t noStrength = options & ~STRENGTH_MASK;
143 options = noStrength | (defaultOptions & STRENGTH_MASK);
H A Dcollationruleparser.h142 static const int32_t STRENGTH_MASK = 0xf; member in class:CollationRuleParser
H A Dcollationsettings.h91 static const int32_t STRENGTH_MASK = 0xf000; member in struct:CollationSettings
H A Dcollationruleparser.cpp146 int32_t strength = result & STRENGTH_MASK;

Completed in 321 milliseconds