/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 | 1627 static const UColAttribute att[] = { UCOL_DECOMPOSITION_MODE }; 1643 static const UColAttribute att[] = { UCOL_DECOMPOSITION_MODE }; 1662 static const UColAttribute att[] = { UCOL_ALTERNATE_HANDLING, UCOL_STRENGTH }; 1679 static const UColAttribute att[] = { UCOL_CASE_FIRST}; 2201 static const UColAttribute att[] = { UCOL_STRENGTH }; in TestNewJapanese() 2204 static const UColAttribute attShifted[] = { UCOL_STRENGTH, UCOL_ALTERNATE_HANDLING}; in TestNewJapanese() 3040 UColAttribute att = UCOL_NUMERIC_COLLATION; in TestNumericCollation() 3481 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_FIRST }; in TestUpperFirstQuaternary() 3490 UColAttribute att[] = { UCOL_STRENGTH, UCOL_CASE_LEVEL }; in TestJ4960() 3494 UColAttribute att2[] = { UCOL_CASE_LEVEL }; in TestJ4960()
|
D | capitst.c | 99 UColAttribute att; in TestGetSetAttr() 113 UColAttribute currAttr; in TestGetSetAttr()
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 357 } UColAttribute; typedef 1209 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… 1223 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
|
/external/icu/libicu/cts_headers/unicode/ |
D | ucol.h | 357 } UColAttribute; typedef 1209 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… 1223 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
|
D | tblcoll.h | 513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 523 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
D | coll.h | 877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 888 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 357 } UColAttribute; typedef 1209 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status… 1223 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
|
D | coll.h | 877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 888 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
D | tblcoll.h | 513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value, 523 virtual UColAttributeValue getAttribute(UColAttribute attr,
|
/external/icu/icu4c/source/i18n/ |
D | ucol_sit.cpp | 535 … if(forceDefaults || ucol_getAttribute(result, (UColAttribute)i, status) != s.options[i]) { in ucol_openFromShortString() 536 ucol_setAttribute(result, (UColAttribute)i, s.options[i], status); in ucol_openFromShortString()
|
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 | coll.cpp | 265 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 | 1083 UColAttribute attr; 1160 UColAttribute attr; in parseAndSetAttribute()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 280 void ucol_setAttribute_android(UCollator * coll, UColAttribute attr, UColAttributeValue value, UErr… in ucol_setAttribute_android()
|