Lines Matching refs:defaultOptions
131 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) {
143 options = noStrength | (defaultOptions & STRENGTH_MASK);
153 int32_t defaultOptions, UErrorCode &errorCode) {
163 options = (options & ~bit) | (defaultOptions & bit);
173 int32_t defaultOptions, UErrorCode &errorCode) {
187 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK);
197 int32_t defaultOptions, UErrorCode &errorCode) {
208 options = noAlternate | (defaultOptions & ALTERNATE_MASK);
217 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) {
228 options = noMax | (defaultOptions & MAX_VARIABLE_MASK);