Home
last modified time | relevance | path

Searched refs:UColAttribute (Results 1 – 18 of 18) 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.c1627 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()
Dcapitst.c99 UColAttribute att; in TestGetSetAttr()
113 UColAttribute currAttr; in TestGetSetAttr()
/external/icu/libandroidicu/include/unicode/
Ducol.h357 } 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/
Ducol.h357 } UColAttribute; typedef
1209 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1223 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
Dtblcoll.h513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
523 virtual UColAttributeValue getAttribute(UColAttribute attr,
Dcoll.h877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
888 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/icu/icu4c/source/i18n/unicode/
Ducol.h357 } UColAttribute; typedef
1209 ucol_setAttribute(UCollator *coll, UColAttribute attr, UColAttributeValue value, UErrorCode *status…
1223 ucol_getAttribute(const UCollator *coll, UColAttribute attr, UErrorCode *status);
Dcoll.h877 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
888 virtual UColAttributeValue getAttribute(UColAttribute attr,
Dtblcoll.h513 virtual void setAttribute(UColAttribute attr, UColAttributeValue value,
523 virtual UColAttributeValue getAttribute(UColAttribute attr,
/external/icu/icu4c/source/i18n/
Ducol_sit.cpp535 … 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()
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()
Dcoll.cpp265 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.cpp1083 UColAttribute attr;
1160 UColAttribute attr; in parseAndSetAttribute()
/external/icu/libandroidicu/static_shim/
Dshim.cpp280 void ucol_setAttribute_android(UCollator * coll, UColAttribute attr, UColAttributeValue value, UErr… in ucol_setAttribute_android()