Home | History | Annotate | Download | only in i18n

Lines Matching refs:defaultOptions

268 CollationSettings::setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) {
280 options = noStrength | (defaultOptions & STRENGTH_MASK);
290 int32_t defaultOptions, UErrorCode &errorCode) {
300 options = (options & ~bit) | (defaultOptions & bit);
310 int32_t defaultOptions, UErrorCode &errorCode) {
324 options = noCaseFirst | (defaultOptions & CASE_FIRST_AND_UPPER_MASK);
334 int32_t defaultOptions, UErrorCode &errorCode) {
345 options = noAlternate | (defaultOptions & ALTERNATE_MASK);
354 CollationSettings::setMaxVariable(int32_t value, int32_t defaultOptions, UErrorCode &errorCode) {
365 options = noMax | (defaultOptions & MAX_VARIABLE_MASK);