Searched refs:ucol_getStrength (Results 1 – 13 of 13) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | capitst.c | 351 doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object has the wrong strength"); in TestProperty() 352 …doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary differe… in TestProperty() 356 …doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object's strength is secondary diff… in TestProperty() 357 …doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary differe… in TestProperty() 358 doAssert( (ucol_getStrength(col) == UCOL_SECONDARY), "collation object has the wrong strength"); in TestProperty() 421 doAssert( (ucol_getStrength(col) != UCOL_TERTIARY), "collation object has the wrong strength"); in TestProperty() 422 …doAssert( (ucol_getStrength(col) == UCOL_PRIMARY), "collation object's strength is not primary dif… in TestProperty() 426 …doAssert( (ucol_getStrength(col) == UCOL_TERTIARY), "collation object's strength is not tertiary d… in TestProperty() 427 …doAssert( (ucol_getStrength(col) != UCOL_PRIMARY), "collation object's strength is primary differe… in TestProperty() 428 …doAssert( (ucol_getStrength(col) != UCOL_SECONDARY), "collation object's strength is secondary dif… in TestProperty() [all …]
|
D | callcoll.c | 161 while(strength <= UCOL_QUATERNARY && strength <= ucol_getStrength(coll)) { in sortKeyToString() 182 if(ucol_getStrength(coll) == UCOL_IDENTICAL) { in sortKeyToString()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 683 ucol_getStrength(const UCollator *coll);
|
D | urename.h | 748 #define ucol_getStrength U_ICU_ENTRY_POINT_RENAME(ucol_getStrength) macro
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucol.h | 683 ucol_getStrength(const UCollator *coll);
|
D | urename.h | 748 #define ucol_getStrength U_ICU_ENTRY_POINT_RENAME(ucol_getStrength) macro
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 683 ucol_getStrength(const UCollator *coll);
|
/external/icu/icu4c/source/test/intltest/ |
D | colldata.cpp | 46 UCollationStrength strength = ucol_getStrength(coll); in CEList()
|
D | ssearch.cpp | 378 switch (ucol_getStrength(coll)) in OrderList()
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 366 ucol_getStrength(const UCollator *coll) in ucol_getStrength() function
|
D | usearch.cpp | 2687 result->strength = ucol_getStrength(collator); in usearch_openFromCollator() 3034 strsrch->strength = ucol_getStrength(collator); in usearch_setCollator() 3401 UCollationStrength newStrength = ucol_getStrength(strsrch->collator); in usearch_reset() 3407 strsrch->strength = ucol_getStrength(strsrch->collator); in usearch_reset()
|
/external/icu/icu4c/source/common/unicode/ |
D | urename.h | 748 #define ucol_getStrength U_ICU_ENTRY_POINT_RENAME(ucol_getStrength) macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | urename.h | 748 #define ucol_getStrength U_ICU_ENTRY_POINT_RENAME(ucol_getStrength) macro
|