Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcallcoll.h53 …ions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const …
54 …sult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const …
57 …esult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const …
Dcallcoll.c669 …esult(const char *rules, const char * const s[], uint32_t size, const UColAttribute *attrs, const … in genericRulesStarterWithOptionsAndResult()
692 …sult(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const … in genericLocaleStarterWithOptionsAndResult()
714 …ions(const char *locale, const char * const s[], uint32_t size, const UColAttribute *attrs, const … in genericLocaleStarterWithOptions()
Dcmsccoll.c1625 static const UColAttribute att[] = { UCOL_DECOMPOSITION_MODE };
1641 static const UColAttribute att[] = { UCOL_DECOMPOSITION_MODE };
1660 static const UColAttribute att[] = { UCOL_ALTERNATE_HANDLING, UCOL_STRENGTH };
1677 static const UColAttribute att[] = { UCOL_CASE_FIRST};
2199 static const UColAttribute att[] = { UCOL_STRENGTH }; in TestNewJapanese()
2202 static const UColAttribute attShifted[] = { UCOL_STRENGTH, UCOL_ALTERNATE_HANDLING}; in TestNewJapanese()
3038 UColAttribute att = UCOL_NUMERIC_COLLATION; in TestNumericCollation()
3479 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; in TestUpperFirstQuaternary()
3488 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL }; in TestJ4960()
3492 UColAttribute att2[] = { UCOL_CASE_LEVEL }; in TestJ4960()
Dcapitst.c98 UColAttribute att; in TestGetSetAttr()
112 UColAttribute currAttr; in TestGetSetAttr()
/external/icu/libandroidicu/include/unicode/
Ducol.h352 } UColAttribute; typedef
1204 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1218 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
/external/icu/icu4c/source/i18n/unicode/
Ducol.h352 } UColAttribute; typedef
1204 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1218 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
Dtblcoll.h509 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
519 virtual UColAttributeValue getAttribute(UColAttribute attr,
Dcoll.h863 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
874 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/icu/icu4c/source/i18n/
Ducol.cpp340 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… in ucol_setAttribute()
349 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status) { in ucol_getAttribute()
Ducol_sit.cpp538 … if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) { in ucol_openFromShortString()
539 ucol_setAttribute(result, (UColAttribute)i, s.options[i], status); in ucol_openFromShortString()
Dcoll.cpp267 UColAttribute attr;
Drulebasedcollator.cpp411 RuleBasedCollator::getAttribute(UColAttribute attr, UErrorCode &errorCode) const { in getAttribute()
444 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value, in setAttribute()
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp2032 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
2034 virtual UColAttributeValue getAttribute(UColAttribute attr,
2183 void TestCollator::setAttribute(UColAttribute /*attr*/, UColAttributeValue /*value*/, in setAttribute() argument
2188 UColAttributeValue TestCollator::getAttribute(UColAttribute attr, in getAttribute()
Dcollationtest.cpp1082 UColAttribute attr;
1159 UColAttribute attr; in parseAndSetAttribute()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1129 UColAttributeValue ucol_getAttribute_android(const UCollator * coll, UColAttribute attr, UErrorCode… in ucol_getAttribute_android()
1246 void ucol_setAttribute_android(UCollator * coll, UColAttribute attr, UColAttributeValue value, UErr… in ucol_setAttribute_android()