Searched defs:getMaxVariable (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h180 MaxVariable getMaxVariable() const { function in struct:CollationSettings
H A Dcoll.cpp927 Collator::getMaxVariable() const { function in class:Collator
H A Drulebasedcollator.cpp522 CollationSettings::MaxVariable oldValue = settings->getMaxVariable();
541 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable());
558 RuleBasedCollator::getMaxVariable() const { function in class:RuleBasedCollator
559 return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->getMaxVariable());
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationSettings.java408 public int getMaxVariable() { method in class:CollationSettings
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationSettings.java406 public int getMaxVariable() { method in class:CollationSettings
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCollator.java1266 * @see #getMaxVariable
1280 public int getMaxVariable() { method in class:Collator
1316 * @see #getMaxVariable
H A DRuleBasedCollator.java706 * @see #getMaxVariable
719 int oldValue = settings.readOnly().getMaxVariable();
732 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable();
749 public int getMaxVariable() { method in class:RuleBasedCollator
750 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable();
1328 * @see #getMaxVariable
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java1318 * @see #getMaxVariable
1334 public int getMaxVariable() { method in class:Collator
1369 * @see #getMaxVariable
H A DRuleBasedCollator.java727 * @see #getMaxVariable
741 int oldValue = settings.readOnly().getMaxVariable();
754 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable();
772 public int getMaxVariable() { method in class:RuleBasedCollator
773 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable();
1359 * @see #getMaxVariable

Completed in 713 milliseconds