Searched refs:setCaseFirst (Results 1 – 10 of 10) sorted by relevance
161 void setCaseFirst(UColAttributeValue value, int32_t defaultOptions, UErrorCode &errorCode);
309 CollationSettings::setCaseFirst(UColAttributeValue value, in setCaseFirst() function in CollationSettings
566 settings->setCaseFirst(value, 0, errorCode); in parseSetting()
472 ownedSettings->setCaseFirst(value, defaultSettings.options, errorCode); in setAttribute()
354 public void setCaseFirst(int value) { in setCaseFirst() method in CollationSettings
603 settings.setCaseFirst(value); in parseSetting()
356 public void setCaseFirst(int value) { in setCaseFirst() method in CollationSettings
607 settings.setCaseFirst(value); in parseSetting()
422 ownedSettings.setCaseFirst(upperfirst ? CollationSettings.CASE_FIRST_AND_UPPER_MASK : 0); in setUpperCaseFirst()444 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0); in setLowerCaseFirst()
414 ownedSettings.setCaseFirst(upperfirst ? CollationSettings.CASE_FIRST_AND_UPPER_MASK : 0); in setUpperCaseFirst()435 ownedSettings.setCaseFirst(lowerfirst ? CollationSettings.CASE_FIRST : 0); in setLowerCaseFirst()