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

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.cpp133 int32_t noStrength = options & ~STRENGTH_MASK; local
140 options = noStrength | (value << STRENGTH_SHIFT);
143 options = noStrength | (defaultOptions & STRENGTH_MASK);

Completed in 906 milliseconds