Home
last modified time | relevance | path

Searched refs:UColReorderCode (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Ducol.h200 } UColReorderCode; typedef
1220 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode);
1229 U_STABLE UColReorderCode U_EXPORT2
Dtblcoll.h536 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode);
544 virtual UColReorderCode getMaxVariable() const;
Dcoll.h890 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode);
900 virtual UColReorderCode getMaxVariable() const;
/external/icu/icu4c/source/i18n/
Dcoll.cpp413 coll.setMaxVariable((UColReorderCode)code, errorCode); in setAttributesFromKeywords()
917 Collator::setMaxVariable(UColReorderCode /*group*/, UErrorCode &errorCode) { in setMaxVariable() argument
924 UColReorderCode
Ducol.cpp303 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable()
308 U_CAPI UColReorderCode U_EXPORT2
Drulebasedcollator.cpp508 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/
Dcollationtest.cpp1133 UColReorderCode max; in parseAndSetAttribute()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c1828 UColReorderCode oldMax, max; in TestMaxVariable()