Home
last modified time | relevance | path

Searched refs:ucol_setStrength (Results 1 – 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcjaptst.c126 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()
Dcestst.c96 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
115 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
Dcturtst.c103 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
123 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
Dcfintst.c86 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
104 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
Dcdetst.c112 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
131 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
Dusrchtst.c555 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 …]
Dcfrtst.c160 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestTertiary()
209 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
Dencoll.c275 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
315 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
334 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestSecondary()
Dcallcoll.c752 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()
Dcmsccoll.c273 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 …]
Dcapitst.c352 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/
Ducol.h679 ucol_setStrength(UCollator *coll,
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp259 ucol_setStrength(collator.getAlias(), collatorStrength); in searchTest()
1446 ucol_setStrength(coll, strengths[s]); in monkeyTest()
/external/icu/icu4c/source/i18n/
Ducol.cpp355 ucol_setStrength( UCollator *coll, in ucol_setStrength() function
/external/icu/icu4c/source/common/unicode/
Durename.h756 #define ucol_setStrength U_ICU_ENTRY_POINT_RENAME(ucol_setStrength) macro