Lines Matching refs:getAttribute
375 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) in TestDecomposition()
380 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON) in TestDecomposition()
385 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF) in TestDecomposition()
1439 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF || in TestAttribute()
1445 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_ON || in TestAttribute()
1451 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_SHIFTED || in TestAttribute()
1457 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE || in TestAttribute()
1463 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST || in TestAttribute()
1469 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST || in TestAttribute()
1475 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_ON || in TestAttribute()
1481 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF || in TestAttribute()
1487 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_ON || in TestAttribute()
1493 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF || in TestAttribute()
1499 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_PRIMARY || in TestAttribute()
1505 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_SECONDARY || in TestAttribute()
1511 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY || in TestAttribute()
1517 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY || in TestAttribute()
1523 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_IDENTICAL || in TestAttribute()
2034 virtual UColAttributeValue getAttribute(UColAttribute attr,
2188 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute() function in TestCollator
2338 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status); in TestClone()
2349 val = c2->getAttribute(UCOL_CASE_FIRST, status); in TestClone()
2398 …assertEquals("rbc2.strength==primary", (int32_t)UCOL_PRIMARY, rbc2.getAttribute(UCOL_STRENGTH, err… in TestCloneBinary()
2410 …assertEquals("rbc3.strength==primary", (int32_t)UCOL_PRIMARY, rbc3.getAttribute(UCOL_STRENGTH, err… in TestCloneBinary()
2526 " u: " + c->getAttribute(UCOL_CASE_FIRST, status)); in dump()