HomeSort by relevance Sort by last modified time
    Searched refs:setStrength (Results 51 - 75 of 158) sorted by null

1 23 4 5 6 7

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFrenchTest.java 137 myCollation.setStrength(Collator.TERTIARY);
152 myCollation.setStrength(Collator.SECONDARY);
172 myCollation.setStrength(Collator.TERTIARY);
CollationMiscTest.java 124 coll.setStrength(Collator.IDENTICAL);
571 coll.setStrength(((Integer)values[i]).intValue());
688 coll.setStrength(Collator.IDENTICAL);
760 myCollation.setStrength(Collator.TERTIARY);
791 myCollation.setStrength(Collator.TERTIARY);
    [all...]
CollationGermanTest.java 102 myCollation.setStrength(Collator.TERTIARY);
124 myCollation.setStrength(Collator.PRIMARY);
CollationSpanishTest.java 85 myCollation.setStrength(Collator.TERTIARY);
94 myCollation.setStrength(Collator.PRIMARY);
CollationTurkishTest.java 90 myCollation.setStrength(Collator.TERTIARY);
99 myCollation.setStrength(Collator.PRIMARY);
UCAConformanceTest.java 123 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY);
133 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY);
LotusCollationKoreanTest.java 60 myCollation.setStrength(Collator.TERTIARY);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFrenchTest.java 134 myCollation.setStrength(Collator.TERTIARY);
149 myCollation.setStrength(Collator.SECONDARY);
169 myCollation.setStrength(Collator.TERTIARY);
CollationMiscTest.java 121 coll.setStrength(Collator.IDENTICAL);
568 coll.setStrength(((Integer)values[i]).intValue());
685 coll.setStrength(Collator.IDENTICAL);
757 myCollation.setStrength(Collator.TERTIARY);
788 myCollation.setStrength(Collator.TERTIARY);
    [all...]
CollationGermanTest.java 99 myCollation.setStrength(Collator.TERTIARY);
121 myCollation.setStrength(Collator.PRIMARY);
CollationSpanishTest.java 82 myCollation.setStrength(Collator.TERTIARY);
91 myCollation.setStrength(Collator.PRIMARY);
CollationTurkishTest.java 87 myCollation.setStrength(Collator.TERTIARY);
96 myCollation.setStrength(Collator.PRIMARY);
UCAConformanceTest.java 120 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.TERTIARY);
130 coll.setStrength(isAtLeastUCA62 ? Collator.IDENTICAL : Collator.QUATERNARY);
LotusCollationKoreanTest.java 57 myCollation.setStrength(Collator.TERTIARY);
  /frameworks/base/media/java/android/media/audiofx/
BassBoost.java 107 * strength is supported and the setStrength() method always rounds to that value.
125 public void setStrength(short strength)
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
VirtualizerTest.java 94 mVirtualizer.setStrength((short)strength);
152 //Test case 1.2: test setStrength() throws exception after release
161 mVirtualizer.setStrength(TEST_STRENGTH);
280 mVirtualizer.setStrength(TEST_STRENGTH);
  /external/icu/icu4c/source/i18n/
collationsettings.h 145 void setStrength(int32_t value, int32_t defaultOptions, UErrorCode &errorCode);
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 97 mCollator.setStrength(java.text.Collator.PRIMARY);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaBassBoostTest.java 127 mBassBoost.setStrength((short)TEST_STRENGTH);
MediaVirtualizerTest.java 128 mVirtualizer.setStrength((short)TEST_STRENGTH);
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
BassBoostEffect.h 89 Return<Result> setStrength(uint16_t strength) override;
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/search/
DefaultAppSearchAlgorithm.java 158 mCollator.setStrength(Collator.PRIMARY);
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp 61 // ctor, dtor, createInstance, compare, getStrength/setStrength
136 logln("testing Collator::setStrength() method ...");
137 col->setStrength(Collator::SECONDARY);
180 col->setStrength(Collator::PRIMARY);
185 logln("testing French Collator::setStrength() method ...");
186 col->setStrength(Collator::TERTIARY);
427 col->setStrength(Collator::TERTIARY);
428 someCollators[index]->setStrength(Collator::PRIMARY);
510 col->setStrength(Collator::TERTIARY);
621 col->setStrength(Collator::SECONDARY)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Collator.java 105 * usCollator.setStrength(Collator.PRIMARY);
142 * @see #setStrength
153 * @see #setStrength
164 * @see #setStrength
177 * @see #setStrength
346 public void setStrength(int newStrength)
360 setStrength(newStrength);
674 coll.setStrength(strength <= Collator.QUATERNARY ? strength : Collator.IDENTICAL);
    [all...]

Completed in 373 milliseconds

1 23 4 5 6 7