Home
last modified time | relevance | path

Searched refs:ucol_getAttribute (Results 1 – 10 of 10) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c125 value = ucol_getAttribute(coll, currAttr, &status); in TestGetSetAttr()
152 value = ucol_getAttribute(coll, UCOL_ATTRIBUTE_COUNT, &status); in TestGetSetAttr()
621 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || in TestDecomposition()
628 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || in TestDecomposition()
635 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF || in TestDecomposition()
1751 if (ucol_getAttribute(coll, UCOL_FRENCH_COLLATION, &error) != UCOL_OFF || in TestAttribute()
1757 if (ucol_getAttribute(coll, UCOL_FRENCH_COLLATION, &error) != UCOL_ON || in TestAttribute()
1763 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_SHIFTED || in TestAttribute()
1769 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_NON_IGNORABLE || in TestAttribute()
1775 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST || in TestAttribute()
[all …]
Dcallcoll.c165 …if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY &… in sortKeyToString()
167 …} else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || … in sortKeyToString()
173 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == … in sortKeyToString()
279 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
1056 if (ucol_getAttribute(myCollation, UCOL_ALTERNATE_HANDLING, &status) != in TestVariableTop()
Dcmsccoll.c2801 french = ucol_getAttribute(source, UCOL_FRENCH_COLLATION, &status); in TestEqualsForCollator()
/external/icu/icu4c/source/i18n/
Ducol.cpp346 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { in ucol_getAttribute() function
366 return ucol_getAttribute(coll, UCOL_STRENGTH, &status); in ucol_getStrength()
Ducol_sit.cpp529 … if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) { in ucol_openFromShortString()
Dusearch.cpp2655 if(ucol_getAttribute(collator, UCOL_NUMERIC_COLLATION, status) == UCOL_ON) { in usearch_openFromCollator()
2688 ucol_getAttribute(collator, UCOL_ALTERNATE_HANDLING, status) == in usearch_openFromCollator()
3041 ucol_getAttribute(collator, UCOL_ALTERNATE_HANDLING, status) == in usearch_setCollator()
3413 shift = ucol_getAttribute(strsrch->collator, UCOL_ALTERNATE_HANDLING, in usearch_reset()
/external/icu/icu4c/source/i18n/unicode/
Ducol.h1201 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp144 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
Dcolldata.cpp45 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList()
/external/icu/icu4c/source/common/unicode/
Durename.h704 #define ucol_getAttribute U_ICU_ENTRY_POINT_RENAME(ucol_getAttribute) macro