Lines Matching defs:setAttribute

472         col->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
473 someCollators[index]->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, err);
1021 col->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, success);
1116 col->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, status);
1263 col->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, errorCode);
1457 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_OFF, error);
1463 coll->setAttribute(UCOL_FRENCH_COLLATION, UCOL_ON, error);
1469 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_SHIFTED, error);
1475 coll->setAttribute(UCOL_ALTERNATE_HANDLING, UCOL_NON_IGNORABLE, error);
1481 coll->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, error);
1487 coll->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, error);
1493 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_ON, error);
1499 coll->setAttribute(UCOL_CASE_LEVEL, UCOL_OFF, error);
1505 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_ON, error);
1511 coll->setAttribute(UCOL_NORMALIZATION_MODE, UCOL_OFF, error);
1517 coll->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, error);
1523 coll->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, error);
1529 coll->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, error);
1535 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error);
1541 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, error);
1939 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
2090 void TestCollator::setAttribute(UColAttribute attr, UColAttributeValue value,
2252 c1->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2254 c1->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);
2263 c2->setAttribute(UCOL_CASE_FIRST, UCOL_UPPER_FIRST, status);
2265 c2->setAttribute(UCOL_CASE_FIRST, UCOL_LOWER_FIRST, status);