Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/unicode/
Ducol.h208 } UColReorderCode; typedef
1239 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode);
1248 U_STABLE UColReorderCode U_EXPORT2
Dcoll.h909 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode);
919 virtual UColReorderCode getMaxVariable() const;
Dtblcoll.h542 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode);
550 virtual UColReorderCode getMaxVariable() const;
/external/icu/libandroidicu/include/unicode/
Ducol.h208 } UColReorderCode; typedef
1239 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode);
1248 U_STABLE UColReorderCode U_EXPORT2
/external/icu/icu4c/source/i18n/
Dcoll.cpp415 coll.setMaxVariable((UColReorderCode)code, errorCode); in setAttributesFromKeywords()
926 Collator::setMaxVariable(UColReorderCode /*group*/, UErrorCode &errorCode) { in setMaxVariable() argument
933 UColReorderCode
Ducol.cpp306 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable()
311 U_CAPI UColReorderCode U_EXPORT2
Drulebasedcollator.cpp510 RuleBasedCollator::setMaxVariable(UColReorderCode group, UErrorCode &errorCode) { in setMaxVariable()
541 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable()); in setMaxVariable()
557 UColReorderCode
559 return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->getMaxVariable()); in getMaxVariable()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1131 UColReorderCode max; in parseAndSetAttribute()
/external/icu/libandroidicu/static_shim/
Dshim.cpp1175 UColReorderCode ucol_getMaxVariable_android(const UCollator * coll) { in ucol_getMaxVariable_android()
1259 void ucol_setMaxVariable_android(UCollator * coll, UColReorderCode group, UErrorCode * pErrorCode) { in ucol_setMaxVariable_android()
/external/icu/icu4c/source/test/cintltst/
Dcmsccoll.c1826 UColReorderCode oldMax, max; in TestMaxVariable()