Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcapitst.c127 value = ucol_getAttribute(coll, currAttr, &status); in TestGetSetAttr()
154 value = ucol_getAttribute(coll, UCOL_ATTRIBUTE_COUNT, &status); in TestGetSetAttr()
623 if (ucol_getAttribute(vi_VN, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || in TestDecomposition()
630 if (ucol_getAttribute(el_GR, UCOL_NORMALIZATION_MODE, &status) != UCOL_ON || in TestDecomposition()
637 if (ucol_getAttribute(en_US, UCOL_NORMALIZATION_MODE, &status) != UCOL_OFF || in TestDecomposition()
1753 if (ucol_getAttribute(coll, UCOL_FRENCH_COLLATION, &error) != UCOL_OFF || in TestAttribute()
1759 if (ucol_getAttribute(coll, UCOL_FRENCH_COLLATION, &error) != UCOL_ON || in TestAttribute()
1765 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_SHIFTED || in TestAttribute()
1771 if (ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &error) != UCOL_NON_IGNORABLE || in TestAttribute()
1777 if (ucol_getAttribute(coll, UCOL_CASE_FIRST, &error) != UCOL_LOWER_FIRST || in TestAttribute()
[all …]
Dcallcoll.c169 …if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY &… in sortKeyToString()
171 …} else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || … in sortKeyToString()
177 …if(strength == UCOL_QUATERNARY && ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &errorCode) == … in sortKeyToString()
284 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
1061 if (ucol_getAttribute(myCollation, UCOL_ALTERNATE_HANDLING, &status) != in TestVariableTop()
Dcmsccoll.c2797 french = ucol_getAttribute(source, UCOL_FRENCH_COLLATION, &status); in TestEqualsForCollator()
/external/icu/icu4c/source/i18n/
Ducol.cpp349 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { in ucol_getAttribute() function
369 return ucol_getAttribute(coll, UCOL_STRENGTH, &status); in ucol_getStrength()
Ducol_sit.cpp538 … if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) { in ucol_openFromShortString()
Dusearch.cpp2657 if(ucol_getAttribute(collator, UCOL_NUMERIC_COLLATION, status) == UCOL_ON) { in usearch_openFromCollator()
2690 ucol_getAttribute(collator, UCOL_ALTERNATE_HANDLING, status) == in usearch_openFromCollator()
3043 ucol_getAttribute(collator, UCOL_ALTERNATE_HANDLING, status) == in usearch_setCollator()
3415 shift = ucol_getAttribute(strsrch->collator, UCOL_ALTERNATE_HANDLING, in usearch_reset()
/external/icu/libandroidicu/include/unicode/
Ducol.h1218 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
Durename.h710 #define ucol_getAttribute U_ICU_ENTRY_POINT_RENAME(ucol_getAttribute) macro
/external/icu/icu4c/source/i18n/unicode/
Ducol.h1218 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
/external/icu/icu4c/source/test/intltest/
Dcolldata.cpp46 UBool toShift = ucol_getAttribute(coll, UCOL_ALTERNATE_HANDLING, &status) == UCOL_SHIFTED; in CEList()
Dtscoll.cpp146 UColAttributeValue norm = ucol_getAttribute(myCollation, UCOL_NORMALIZATION_MODE, &status); in doTestVariant()
/external/icu/icu4c/source/common/unicode/
Durename.h710 #define ucol_getAttribute U_ICU_ENTRY_POINT_RENAME(ucol_getAttribute) macro
/external/icu/libandroidicu/static_shim/
Dshim.cpp1130 return ucol_getAttribute(coll, attr, status); in ucol_getAttribute_android()