Lines Matching refs:UCOL_STRENGTH
985 col->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, success); in TestCompare()
1080 col->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, status); in TestSortKey()
1227 col->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, errorCode); in TestSortKeyOverflow()
1481 coll->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, error); in TestAttribute()
1482 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_PRIMARY || in TestAttribute()
1487 coll->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, error); in TestAttribute()
1488 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_SECONDARY || in TestAttribute()
1493 coll->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, error); in TestAttribute()
1494 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY || in TestAttribute()
1499 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error); in TestAttribute()
1500 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY || in TestAttribute()
1505 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, error); in TestAttribute()
1506 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_IDENTICAL || in TestAttribute()
2354 rbc->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, errorCode); in TestCloneBinary()
2369 …assertEquals("rbc2.strength==primary", (int32_t)UCOL_PRIMARY, rbc2.getAttribute(UCOL_STRENGTH, err… in TestCloneBinary()
2381 …assertEquals("rbc3.strength==primary", (int32_t)UCOL_PRIMARY, rbc3.getAttribute(UCOL_STRENGTH, err… in TestCloneBinary()