Lines Matching refs:UCOL_STRENGTH
983 col->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, success); in TestCompare()
1078 col->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, status); in TestSortKey()
1225 col->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, errorCode); in TestSortKeyOverflow()
1479 coll->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, error); in TestAttribute()
1480 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_PRIMARY || in TestAttribute()
1485 coll->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, error); in TestAttribute()
1486 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_SECONDARY || in TestAttribute()
1491 coll->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, error); in TestAttribute()
1492 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY || in TestAttribute()
1497 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error); in TestAttribute()
1498 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY || in TestAttribute()
1503 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, error); in TestAttribute()
1504 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_IDENTICAL || in TestAttribute()
2352 rbc->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, errorCode); in TestCloneBinary()
2367 … assertEquals("rbc2.strength==primary", UCOL_PRIMARY, rbc2.getAttribute(UCOL_STRENGTH, errorCode)); in TestCloneBinary()
2379 … assertEquals("rbc3.strength==primary", UCOL_PRIMARY, rbc3.getAttribute(UCOL_STRENGTH, errorCode)); in TestCloneBinary()