Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCOL_STRENGTH

1021     col->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, success);
1116 col->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, status);
1263 col->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, errorCode);
1517 coll->setAttribute(UCOL_STRENGTH, UCOL_PRIMARY, error);
1518 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_PRIMARY ||
1523 coll->setAttribute(UCOL_STRENGTH, UCOL_SECONDARY, error);
1524 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_SECONDARY ||
1529 coll->setAttribute(UCOL_STRENGTH, UCOL_TERTIARY, error);
1530 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_TERTIARY ||
1535 coll->setAttribute(UCOL_STRENGTH, UCOL_QUATERNARY, error);
1536 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_QUATERNARY ||
1541 coll->setAttribute(UCOL_STRENGTH, UCOL_IDENTICAL, error);
1542 if (coll->getAttribute(UCOL_STRENGTH, error) != UCOL_IDENTICAL ||