Lines Matching full:getattribute
358 if (vi_VN->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
363 if (el_GR->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_ON)
368 if (en_US->getAttribute(UCOL_NORMALIZATION_MODE, status) != UCOL_OFF)
1422 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_OFF ||
1428 if (coll->getAttribute(UCOL_FRENCH_COLLATION, error) != UCOL_ON ||
1434 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_SHIFTED ||
1440 if (coll->getAttribute(UCOL_ALTERNATE_HANDLING, error) != UCOL_NON_IGNORABLE ||
1446 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_LOWER_FIRST ||
1452 if (coll->getAttribute(UCOL_CASE_FIRST, error) != UCOL_UPPER_FIRST ||
1458 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_ON ||
1464 if (coll->getAttribute(UCOL_CASE_LEVEL, error) != UCOL_OFF ||
1470 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_ON ||
1476 if (coll->getAttribute(UCOL_NORMALIZATION_MODE, error) != UCOL_OFF ||
1482 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_PRIMARY ||
1488 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_SECONDARY ||
1494 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY ||
1500 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY ||
1506 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_IDENTICAL ||
2005 virtual UColAttributeValue getAttribute(UColAttribute attr,
2159 UColAttributeValue TestCollator::getAttribute(UColAttribute attr,
2309 UColAttributeValue val = c1->getAttribute(UCOL_CASE_FIRST, status);
2320 val = c2->getAttribute(UCOL_CASE_FIRST, status);
2369 assertEquals("rbc2.strength==primary", (int32_t)UCOL_PRIMARY, rbc2.getAttribute(UCOL_STRENGTH, errorCode));
2381 assertEquals("rbc3.strength==primary", (int32_t)UCOL_PRIMARY, rbc3.getAttribute(UCOL_STRENGTH, errorCode));
2462 " u: " + c->getAttribute(UCOL_CASE_FIRST, status));