Searched refs:UColReorderCode (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | ucol.h | 208 } UColReorderCode; typedef 1239 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode); 1248 U_STABLE UColReorderCode U_EXPORT2
|
D | coll.h | 909 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode); 919 virtual UColReorderCode getMaxVariable() const;
|
D | tblcoll.h | 542 virtual Collator &setMaxVariable(UColReorderCode group, UErrorCode &errorCode); 550 virtual UColReorderCode getMaxVariable() const;
|
/external/icu/libandroidicu/include/unicode/ |
D | ucol.h | 208 } UColReorderCode; typedef 1239 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode); 1248 U_STABLE UColReorderCode U_EXPORT2
|
/external/icu/icu4c/source/i18n/ |
D | coll.cpp | 415 coll.setMaxVariable((UColReorderCode)code, errorCode); in setAttributesFromKeywords() 926 Collator::setMaxVariable(UColReorderCode /*group*/, UErrorCode &errorCode) { in setMaxVariable() argument 933 UColReorderCode
|
D | ucol.cpp | 306 ucol_setMaxVariable(UCollator *coll, UColReorderCode group, UErrorCode *pErrorCode) { in ucol_setMaxVariable() 311 U_CAPI UColReorderCode U_EXPORT2
|
D | rulebasedcollator.cpp | 510 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/ |
D | collationtest.cpp | 1131 UColReorderCode max; in parseAndSetAttribute()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 1175 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/ |
D | cmsccoll.c | 1826 UColReorderCode oldMax, max; in TestMaxVariable()
|