Searched refs:UColReorderCode (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 200 } UColReorderCode; typedef 1220 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode); 1229 U_STABLE UColReorderCode U_EXPORT2
|
D | tblcoll.h | 536 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode); 544 virtual UColReorderCode getMaxVariable() const;
|
D | coll.h | 890 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode); 900 virtual UColReorderCode getMaxVariable() const;
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 413 coll.setMaxVariable((UColReorderCode)code, errorCode); in setAttributesFromKeywords() 917 Collator::setMaxVariable(UColReorderCode /*group*/, UErrorCode &errorCode) { in setMaxVariable() argument 924 UColReorderCode
|
D | ucol.cpp | 303 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable() 308 U_CAPI UColReorderCode U_EXPORT2
|
D | rulebasedcollator.cpp | 508 RuleBasedCollator::setMaxVariable(UColReorderCode group, UErrorCode &errorCode) { in setMaxVariable() 539 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable()); in setMaxVariable() 555 UColReorderCode 557 return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->getMaxVariable()); in getMaxVariable()
|
/external/icu/icu4c/source/test/intltest/ |
D | collationtest.cpp | 1133 UColReorderCode max; in parseAndSetAttribute()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 1828 UColReorderCode oldMax, max; in TestMaxVariable()
|