/external/icu/icu4c/source/test/cintltst/ |
D | cjaptst.c | 126 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 149 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestBase() 170 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestPlainDakutenHandakuten() 194 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestSmallLarge() 219 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestKatakanaHiragana()
|
D | cestst.c | 96 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 115 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
|
D | cturtst.c | 103 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 123 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
|
D | cfintst.c | 86 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 104 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
|
D | cdetst.c | 112 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 131 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
|
D | usrchtst.c | 555 ucol_setStrength(collator, search.strength); in assertEqual() 564 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqual() 568 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqual() 586 ucol_setStrength(collator, search.strength); in assertCanonicalEqual() 599 ucol_setStrength(collator, UCOL_TERTIARY); in assertCanonicalEqual() 607 ucol_setStrength(collator, UCOL_TERTIARY); in assertCanonicalEqual() 626 ucol_setStrength(collator, search.strength); in assertEqualWithAttribute() 639 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqualWithAttribute() 643 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqualWithAttribute() 780 ucol_setStrength(collator, search->strength); in TestBreakIterator() [all …]
|
D | cfrtst.c | 160 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestTertiary() 209 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
|
D | encoll.c | 275 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 315 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary() 334 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestSecondary()
|
D | callcoll.c | 752 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary() 776 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary() 803 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestSecondary() 852 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra() 895 ucol_setStrength(myCollator, UCOL_PRIMARY); in TestJB581() 1050 ucol_setStrength(enCollation, UCOL_PRIMARY); in TestVariableTop()
|
D | cmsccoll.c | 273 ucol_setStrength(myCollation, UCOL_TERTIARY); in FunkyATest() 667 ucol_setStrength(coll, UCOL_IDENTICAL); in TestComposeDecompose() 872 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase() 892 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase() 1014 ucol_setStrength(coll, UCOL_TERTIARY); /* Do test with default strength, which runs*/ in TestIncrementalNormalize() 1016 ucol_setStrength(coll, UCOL_IDENTICAL); /* Do again with the slow, general impl.*/ in TestIncrementalNormalize() 1030 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize() 1044 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize() 1088 ucol_setStrength(coll, UCOL_IDENTICAL); in TestIncrementalNormalize() 1106 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize() [all …]
|
D | capitst.c | 352 ucol_setStrength(col, UCOL_SECONDARY); in TestProperty() 416 ucol_setStrength(col, UCOL_PRIMARY); in TestProperty() 422 ucol_setStrength(col, UCOL_TERTIARY); in TestProperty() 584 ucol_setStrength(col, UCOL_SECONDARY); in TestCompare() 591 ucol_setStrength(col, UCOL_PRIMARY); in TestCompare() 768 ucol_setStrength(someCollators[idx], UCOL_IDENTICAL); in TestSafeClone() 789 ucol_setStrength(someCollators[idx], UCOL_PRIMARY); in TestSafeClone() 797 ucol_setStrength(someClonedCollators[idx], UCOL_TERTIARY); in TestSafeClone() 1175 ucol_setStrength(col, UCOL_SECONDARY); in TestSortKey()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 679 ucol_setStrength(UCollator *coll,
|
/external/icu/icu4c/source/test/intltest/ |
D | ssearch.cpp | 259 ucol_setStrength(collator.getAlias(), collatorStrength); in searchTest() 1446 ucol_setStrength(coll, strengths[s]); in monkeyTest()
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 355 ucol_setStrength( UCollator *coll, in ucol_setStrength() function
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 756 #define ucol_setStrength U_ICU_ENTRY_POINT_RENAME(ucol_setStrength) macro
|