Home
last modified time | relevance | path

Searched refs:getMaxVariable (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java741 int oldValue = settings.readOnly().getMaxVariable(); in setMaxVariable()
754 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable(); in setMaxVariable()
772 public int getMaxVariable() { in getMaxVariable() method in RuleBasedCollator
773 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable(); in getMaxVariable()
DCollator.java1334 public int getMaxVariable() { in getMaxVariable() method in Collator
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRuleBasedCollator.java719 int oldValue = settings.readOnly().getMaxVariable(); in setMaxVariable()
732 group = Collator.ReorderCodes.FIRST + defaultSettings.getMaxVariable(); in setMaxVariable()
749 public int getMaxVariable() { in getMaxVariable() method in RuleBasedCollator
750 return Collator.ReorderCodes.FIRST + settings.readOnly().getMaxVariable(); in getMaxVariable()
DCollator.java1280 public int getMaxVariable() { in getMaxVariable() method in Collator
/external/icu/icu4c/source/i18n/
Dcollationsettings.h180 MaxVariable getMaxVariable() const { in getMaxVariable() function
Drulebasedcollator.cpp522 CollationSettings::MaxVariable oldValue = settings->getMaxVariable(); in setMaxVariable()
541 group = (UColReorderCode)(UCOL_REORDER_CODE_FIRST + defaultSettings.getMaxVariable()); in setMaxVariable()
558 RuleBasedCollator::getMaxVariable() const { in getMaxVariable() function in RuleBasedCollator
559 return (UColReorderCode)(UCOL_REORDER_CODE_FIRST + settings->getMaxVariable()); in getMaxVariable()
Dcollationdatareader.cpp439 UCOL_REORDER_CODE_FIRST + settings->getMaxVariable()); in read()
Ducol.cpp313 return Collator::fromUCollator(coll)->getMaxVariable(); in ucol_getMaxVariable()
Dcoll.cpp936 Collator::getMaxVariable() const { in getMaxVariable() function in Collator
Dcollationfastlatin.cpp41 int32_t i = 1 + settings.getMaxVariable(); in getOptions()
/external/icu/icu4c/source/i18n/unicode/
Dtblcoll.h546 virtual UColReorderCode getMaxVariable() const;
Dcoll.h905 virtual UColReorderCode getMaxVariable() const;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationSettings.java404 public int getMaxVariable() { in getMaxVariable() method in CollationSettings
DCollationDataReader.java479 Collator.ReorderCodes.FIRST + settings.getMaxVariable()); in read()
DCollationFastLatin.java219 int i = 1 + settings.getMaxVariable(); in getOptions()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationSettings.java406 public int getMaxVariable() { in getMaxVariable() method in CollationSettings
DCollationDataReader.java480 Collator.ReorderCodes.FIRST + settings.getMaxVariable()); in read()
DCollationFastLatin.java223 int i = 1 + settings.getMaxVariable(); in getOptions()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationMiscTest.java1908 oldMax = coll.getMaxVariable(); in TestMaxVariable()
1913 max = coll.getMaxVariable(); in TestMaxVariable()
1926 max = coll.getMaxVariable(); in TestMaxVariable()
1939 max = coll.getMaxVariable(); in TestMaxVariable()
1952 max = coll.getMaxVariable(); in TestMaxVariable()
1966 if(oldMax != coll.getMaxVariable()) { in TestMaxVariable()
DCollationAPITest.java879 … assertNotEquals("getMaxVariable()", -1, col1.getMaxVariable()); // don't care about the value
1058 if(Collator.ReorderCodes.CURRENCY != coll.getMaxVariable()) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationMiscTest.java1911 oldMax = coll.getMaxVariable(); in TestMaxVariable()
1916 max = coll.getMaxVariable(); in TestMaxVariable()
1929 max = coll.getMaxVariable(); in TestMaxVariable()
1942 max = coll.getMaxVariable(); in TestMaxVariable()
1955 max = coll.getMaxVariable(); in TestMaxVariable()
1969 if(oldMax != coll.getMaxVariable()) { in TestMaxVariable()
DCollationAPITest.java882 … assertNotEquals("getMaxVariable()", -1, col1.getMaxVariable()); // don't care about the value
1061 if(Collator.ReorderCodes.CURRENCY != coll.getMaxVariable()) {
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp1608 if(UCOL_REORDER_CODE_CURRENCY != coll->getMaxVariable()) { in TestMaxVariable()
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...

12