• Home
  • Raw
  • Download

Lines Matching refs:UCOL_TERTIARY

221   ucol_setAttribute(coll, UCOL_STRENGTH, UCOL_TERTIARY, &status);  in BlackBirdTest()
273 ucol_setStrength(myCollation, UCOL_TERTIARY); in FunkyATest()
301 UCOL_TERTIARY,
632 case UCOL_TERTIARY: in testCollator()
731 return UCOL_TERTIARY; in probeStrength()
1438 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in RamsRulesTest()
1470 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in IsTailoredTest()
1770 UCollator *coll = ucol_openRules(rulez, 0, UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestEmptyRule()
1797 UCAfromRules = ucol_openRules(rules, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCARules()
2146 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase()
2160 myCollation = ucol_openRules(gRules, u_strlen(gRules), UCOL_OFF, UCOL_TERTIARY,NULL, &status); in TestCase()
2166 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase()
2288 ucol_setStrength(coll, UCOL_TERTIARY); /* Do test with default strength, which runs*/ in TestIncrementalNormalize()
2304 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize()
2318 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize()
2380 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize()
2440 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize()
2701 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
2740 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
2763 coll1 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
2765 coll2 = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestContraction()
2827 coll = ucol_openRules(rule, rlen, UCOL_ON, UCOL_TERTIARY,NULL, &status); in TestExpansion()
2904 static const UColAttributeValue valOff[] = { UCOL_NON_IGNORABLE, UCOL_TERTIARY };
5008 coll = ucol_openRules(rule, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestVI5913()
5037 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestVI5913()
5054 coll = ucol_openRules(rule3, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestVI5913()
5120 coll = ucol_openRules(rule1, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestTailor6179()
5147 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestTailor6179()
5251 coll = ucol_openRules(rule1, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCAPrecontext()
5274 coll = ucol_openRules(rule2, ruleLen, UCOL_OFF, UCOL_TERTIARY, NULL,&status); in TestUCAPrecontext()
5538 myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status); in doTestOneTestCase()
5545 ucol_setStrength(myCollation, UCOL_TERTIARY); in doTestOneTestCase()
5821 myCollation = ucol_openRules(rule, length, UCOL_ON, UCOL_TERTIARY, &parse_error, &status); in TestInvalidListsAndRanges()
5865 myCollation = ucol_openRules(rules, rulesLength, UCOL_ON, UCOL_TERTIARY, &error, &status); in TestBeforeRuleWithScriptReordering()
5930 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestNonLeadBytesDuringCollationReordering()
6008 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestReorderingAPI()
6114 … myCollation = ucol_openRules(rules, u_strlen(rules), UCOL_DEFAULT, UCOL_TERTIARY, NULL, &status); in TestReorderingAPIWithRuleCreatedCollator()
6300 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestReorderingAcrossCloning()
6559 viescoll = ucol_openRules(viesrules, viesruleslength, UCOL_ON, UCOL_TERTIARY, &error, &status); in TestImport()
6563 importviescoll = ucol_openRules(rules, length, UCOL_ON, UCOL_TERTIARY, &error, &status); in TestImport()
6664 videcoll = ucol_openRules(viderules, videruleslength, UCOL_ON, UCOL_TERTIARY, &error, &status); in TestImportWithType()
6668 importvidecoll = ucol_openRules(rules, length, UCOL_ON, UCOL_TERTIARY, &error, &status); in TestImportWithType()