/external/icu/icu4c/source/test/cintltst/ |
D | callcoll.h | 53 …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 …
|
D | callcoll.c | 669 …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()
|
D | cmsccoll.c | 1625 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()
|
D | capitst.c | 98 UColAttribute att; in TestGetSetAttr() 112 UColAttribute currAttr; in TestGetSetAttr()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 352 } 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/ |
D | ucol.h | 352 } UColAttribute; typedef 1204 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… 1218 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
|
D | tblcoll.h | 509 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 519 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
D | coll.h | 863 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 874 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
/external/icu/icu4c/source/i18n/ |
D | ucol.cpp | 340 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()
|
D | ucol_sit.cpp | 538 … 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()
|
D | coll.cpp | 267 UColAttribute attr;
|
D | rulebasedcollator.cpp | 411 RuleBasedCollator::getAttribute(UColAttribute attr, UErrorCode &errorCode) const { in getAttribute() 444 RuleBasedCollator::setAttribute(UColAttribute attr, UColAttributeValue value, in setAttribute()
|
/external/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 2032 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()
|
D | collationtest.cpp | 1082 UColAttribute attr; 1159 UColAttribute attr; in parseAndSetAttribute()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1129 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()
|