Searched refs:newStrength (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCollatorICU.java139 public void setStrength(int newStrength) { argument
140 switch (newStrength) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DCollator.java340 * @param newStrength the new strength value.
350 public void setStrength(int newStrength) argument
361 public Collator setStrength2(int newStrength) argument
363 setStrength(newStrength);
H A DRuleBasedCollator.java710 * @param newStrength
724 public void setStrength(int newStrength) { argument
726 if(newStrength == getStrength()) { return; }
728 ownedSettings.setStrength(newStrength);
H A DStringSearch.java435 int newStrength = collator_.getStrength();
436 if ((strength_ < Collator.QUATERNARY && newStrength >= Collator.QUATERNARY)
437 || (strength_ >= Collator.QUATERNARY && newStrength < Collator.QUATERNARY)) {
/external/icu/icu4c/source/i18n/unicode/
H A Dcoll.h601 * @param newStrength the new comparison level.
604 virtual void setStrength(ECollationStrength newStrength);
/external/icu/icu4c/source/i18n/
H A Dcoll.cpp911 Collator::setStrength(ECollationStrength newStrength) { argument
913 setAttribute(UCOL_STRENGTH, (UColAttributeValue)newStrength, intStatus);
H A Dusearch.cpp3395 UCollationStrength newStrength = ucol_getStrength(strsrch->collator); local
3396 if ((strsrch->strength < UCOL_QUATERNARY && newStrength >= UCOL_QUATERNARY) ||
3397 (strsrch->strength >= UCOL_QUATERNARY && newStrength < UCOL_QUATERNARY)) {
/external/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp1998 virtual void setStrength(ECollationStrength newStrength);
2135 void TestCollator::setStrength(Collator::ECollationStrength newStrength) argument
2138 (void)newStrength;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2173 milliseconds