HomeSort by relevance Sort by last modified time
    Searched refs:tertiary (Results 1 - 21 of 21) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/compat/
WallpaperManagerCompatVOMR1.java 71 Color tertiary = colors.getTertiaryColor(); local
74 int tertiaryVal = tertiary != null ? tertiary.toArgb() : 0;
WallpaperManagerCompatVL.java 160 int tertiary = parts.length > 4 ? Integer.parseInt(parts[4]) : 0; local
162 return Pair.create(wallpaperId, new WallpaperColorsCompat(primary, secondary, tertiary,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
Collation.java 40 /** The secondary/tertiary lower limit for tailoring before any root elements. */
66 /** Default secondary/tertiary weight lead byte. */
71 /** Lower 16 bits of a CE with a common tertiary weight. */
73 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
79 /** Only the 2*6 bits for the pure tertiary weight. */
81 /** Only the secondary & tertiary bits; no case, no quaternary. */
83 /** Case bits and tertiary bits. */
177 * Bits 15.. 8: Tertiary weight.
184 * and the tertiary in bits 15..8.
190 * Bits 23..16: Tertiary weight tt of the first CE
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
Collation.java 38 /** The secondary/tertiary lower limit for tailoring before any root elements. */
64 /** Default secondary/tertiary weight lead byte. */
69 /** Lower 16 bits of a CE with a common tertiary weight. */
71 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
77 /** Only the 2*6 bits for the pure tertiary weight. */
79 /** Only the secondary & tertiary bits; no case, no quaternary. */
81 /** Case bits and tertiary bits. */
175 * Bits 15.. 8: Tertiary weight.
182 * and the tertiary in bits 15..8.
188 * Bits 23..16: Tertiary weight tt of the first CE
    [all...]
  /external/icu/icu4c/source/i18n/
collation.h 35 /** The secondary/tertiary lower limit for tailoring before any root elements. */
61 /** Default secondary/tertiary weight lead byte. */
66 /** Lower 16 bits of a CE with a common tertiary weight. */
68 /** Lower 32 bits of a CE with common secondary and tertiary weights. */
74 /** Only the 2*6 bits for the pure tertiary weight. */
76 /** Only the secondary & tertiary bits; no case, no quaternary. */
78 /** Case bits and tertiary bits. */
173 * Bits 15.. 8: Tertiary weight.
180 * and the tertiary in bits 15..8.
186 * Bits 23..16: Tertiary weight tt of the first CE
428 uint32_t tertiary = ce32 & 0xff; local
    [all...]
ucoleitr.cpp 219 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
226 tertiary = ucol_tertiaryOrder(ce);
256 primary = secondary = tertiary = 0;
266 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
  /frameworks/base/core/java/android/app/
WallpaperColors.java 168 Color primary = null, secondary = null, tertiary = null; local
181 tertiary = color;
195 return new WallpaperColors(primary, secondary, tertiary, HINT_FROM_BITMAP | hints);
203 * @param tertiaryColor Tertiary color.
217 * @param tertiaryColor Tertiary color.
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 606 // note for tertiary we can't use the collator->tertiaryMask, that
1657 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 623 // note for tertiary we can't use the collator->tertiaryMask, that
1673 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
UserInputHandler_MouseTest.java 207 mInputHandler.onSingleTapConfirmed(mEvent.at(11).tertiary().build());
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
BandControllerTest.java 72 mBandController.shouldStart(goodStartEventBuilder().tertiary().build()));
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEvent.java 510 public Builder tertiary() { method in class:TestEvent.Builder
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 322 String[] tertiary = {
332 static const UChar tertiary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
342 c->setStrength(Collator::TERTIARY);
343 compareArray(*c, tertiary, UPRV_LENGTHOF(tertiary));
365 // Secondary/Tertiary comparison incorrect in French Secondary
499 c->setStrength(Collator::TERTIARY);
577 c->setStrength(Collator::TERTIARY);
632 c->setStrength(Collator::TERTIARY);
664 // These now have tertiary differences in UC
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java 359 String[] tertiary = { local
368 c.setStrength(Collator.TERTIARY);
369 compareArray(c, tertiary);
382 // Secondary/Tertiary comparison incorrect in French Secondary
472 c.setStrength(Collator.TERTIARY);
528 c.setStrength(Collator.TERTIARY);
569 c.setStrength(Collator.TERTIARY);
591 // These now have tertiary differences in UCA
611 // These now have tertiary differences in UCA
612 //c->setStrength(Collator::TERTIARY);
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java 358 String[] tertiary = { local
367 c.setStrength(Collator.TERTIARY);
368 compareArray(c, tertiary);
381 // Secondary/Tertiary comparison incorrect in French Secondary
471 c.setStrength(Collator.TERTIARY);
527 c.setStrength(Collator.TERTIARY);
568 c.setStrength(Collator.TERTIARY);
590 // These now have tertiary differences in UCA
610 // These now have tertiary differences in UCA
611 //c->setStrength(Collator::TERTIARY);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 2560 Color primary = null, secondary = null, tertiary = null; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1502 milliseconds