Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationsettings.cpp133 int32_t noStrength = options & ~STRENGTH_MASK; in setStrength()
143 options = noStrength | (defaultOptions & STRENGTH_MASK); in setStrength()
Dcollationsettings.h91 static const int32_t STRENGTH_MASK = 0xf000; member
Dcollationruleparser.h142 static const int32_t STRENGTH_MASK = 0xf;
Dcollationruleparser.cpp146 int32_t strength = result & STRENGTH_MASK; in parseRuleChain()