Searched refs:setCaseFirst (Results 1 – 11 of 11) sorted by relevance
163 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode);
311 CollationSettings::setCaseFirst(UColAttributeValue value, in setCaseFirst() function in CollationSettings
568 settings->setCaseFirst(value, 0, errorCode); in parseSetting()
474 ownedSettings->setCaseFirst(value, defaultSettings.options, errorCode); in setAttribute()
354 public void setCaseFirst(int value) { in setCaseFirst() method in CollationSettings
605 settings.setCaseFirst(value); in parseSetting()
356 public void setCaseFirst(int value) { in setCaseFirst() method in CollationSettings
609 settings.setCaseFirst(value); in parseSetting()
416 ownedSettings.setCaseFirst(upperfirst ? CollationSettings.CASE_FIRST_AND_UPPER_MASK : 0); in setUpperCaseFirst()437 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0); in setLowerCaseFirst()
424 ownedSettings.setCaseFirst(upperfirst ? CollationSettings.CASE_FIRST_AND_UPPER_MASK : 0); in setUpperCaseFirst()446 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0); in setLowerCaseFirst()