Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcjaptst.c128 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
151 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestBase()
172 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestPlainDakutenHandakuten()
196 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestSmallLarge()
221 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestKatakanaHiragana()
Dcestst.c98 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
117 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
Dcturtst.c105 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
125 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
Dcfintst.c88 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
106 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
Dcdetst.c114 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
133 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
Dusrchtst.c557 ucol_setStrength(collator, search.strength); in assertEqual()
566 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqual()
570 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqual()
588 ucol_setStrength(collator, search.strength); in assertCanonicalEqual()
601 ucol_setStrength(collator, UCOL_TERTIARY); in assertCanonicalEqual()
609 ucol_setStrength(collator, UCOL_TERTIARY); in assertCanonicalEqual()
628 ucol_setStrength(collator, search.strength); in assertEqualWithAttribute()
641 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqualWithAttribute()
645 ucol_setStrength(collator, UCOL_TERTIARY); in assertEqualWithAttribute()
782 ucol_setStrength(collator, search->strength); in TestBreakIterator()
[all …]
Dcfrtst.c163 ucol_setStrength(myCollation, UCOL_QUATERNARY); in TestTertiary()
212 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
Dencoll.c278 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
318 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
337 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestSecondary()
Dcallcoll.c757 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestTertiary()
781 ucol_setStrength(myCollation, UCOL_PRIMARY); in TestPrimary()
808 ucol_setStrength(myCollation, UCOL_SECONDARY); in TestSecondary()
857 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestExtra()
900 ucol_setStrength(myCollator, UCOL_PRIMARY); in TestJB581()
1055 ucol_setStrength(enCollation, UCOL_PRIMARY); in TestVariableTop()
Dcmsccoll.c272 ucol_setStrength(myCollation, UCOL_TERTIARY); in FunkyATest()
666 ucol_setStrength(coll, UCOL_IDENTICAL); in TestComposeDecompose()
868 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase()
888 ucol_setStrength(myCollation, UCOL_TERTIARY); in TestCase()
1010 ucol_setStrength(coll, UCOL_TERTIARY); /* Do test with default strength, which runs*/ in TestIncrementalNormalize()
1012 ucol_setStrength(coll, UCOL_IDENTICAL); /* Do again with the slow, general impl.*/ in TestIncrementalNormalize()
1026 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize()
1040 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize()
1084 ucol_setStrength(coll, UCOL_IDENTICAL); in TestIncrementalNormalize()
1102 ucol_setStrength(coll, UCOL_TERTIARY); in TestIncrementalNormalize()
[all …]
Dcapitst.c354 ucol_setStrength(col, UCOL_SECONDARY); in TestProperty()
418 ucol_setStrength(col, UCOL_PRIMARY); in TestProperty()
424 ucol_setStrength(col, UCOL_TERTIARY); in TestProperty()
586 ucol_setStrength(col, UCOL_SECONDARY); in TestCompare()
593 ucol_setStrength(col, UCOL_PRIMARY); in TestCompare()
770 ucol_setStrength(someCollators[idx], UCOL_IDENTICAL); in TestSafeClone()
791 ucol_setStrength(someCollators[idx], UCOL_PRIMARY); in TestSafeClone()
799 ucol_setStrength(someClonedCollators[idx], UCOL_TERTIARY); in TestSafeClone()
1177 ucol_setStrength(col, UCOL_SECONDARY); in TestSortKey()
/external/icu/libandroidicu/include/unicode/
Ducol.h690 ucol_setStrength(UCollator *coll,
Durename.h762 #define ucol_setStrength U_ICU_ENTRY_POINT_RENAME(ucol_setStrength) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h690 ucol_setStrength(UCollator *coll,
/external/icu/icu4c/source/test/intltest/
Dssearch.cpp260 ucol_setStrength(collator.getAlias(), collatorStrength); in searchTest()
1445 ucol_setStrength(coll, strengths[s]); in monkeyTest()
/external/icu/icu4c/source/i18n/
Ducol.cpp358 ucol_setStrength( UCollator *coll, in ucol_setStrength() function
/external/icu/icu4c/source/common/unicode/
Durename.h762 #define ucol_setStrength U_ICU_ENTRY_POINT_RENAME(ucol_setStrength) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1259 ucol_setStrength(coll, strength); in ucol_setStrength_android()