Searched refs:getMaxVariable (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h159 MaxVariable getMaxVariable() const { function in struct:CollationSettings
H A Dcollationdatareader.cpp392 UCOL_REORDER_CODE_FIRST + settings->getMaxVariable());
H A Drulebasedcollator.cpp508 CollationSettings::MaxVariable oldValue = settings->getMaxVariable();
527 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable());
544 RuleBasedCollator::getMaxVariable() const { function in class:RuleBasedCollator
545 return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->getMaxVariable());
H A Ducol.cpp310 return Collator::fromUCollator(coll)->getMaxVariable();
H A Dcoll.cpp938 Collator::getMaxVariable() const { function in class:Collator
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h887 * @see getMaxVariable
900 virtual UColReorderCode getMaxVariable() const;
954 * @see getMaxVariable
H A Dtblcoll.h528 * @see getMaxVariable
539 virtual UColReorderCode getMaxVariable() const;
593 * @see getMaxVariable
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1602 if(UCOL_REORDER_CODE_CURRENCY != coll->getMaxVariable()) {
1603 errln("setMaxVariable(currency) != following getMaxVariable()");

Completed in 1488 milliseconds