Home | History | Annotate | Download | only in cintltst

Lines Matching refs:UCOL_TERTIARY

107     {UCOL_STRENGTH,         {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY, UCOL_QUATERNARY, UCOL_IDENTICAL}, 5, UCOL_SHIFTED},/* attribute for strength */
348 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength");
353 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary difference");
418 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength");
422 ucol_setStrength(col, UCOL_TERTIARY);
423 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary difference");
671 someCollators[3] = ucol_openRules(sampleRule, -1, UCOL_ON, UCOL_TERTIARY, NULL, &err);
797 ucol_setStrength(someClonedCollators[idx], UCOL_TERTIARY);
1188 ucol_setAttribute(col, UCOL_STRENGTH, UCOL_TERTIARY, &status);
1732 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);
1822 ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &error);
1823 if (ucol_getAttribute(coll, UCOL_STRENGTH, &error) != UCOL_TERTIARY ||
1892 "UCOL_TERTIARY",