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

  /packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
WallpaperManagerCompatVOMR1.java 70 Color tertiary = colors.getTertiaryColor(); local
73 int tertiaryVal = tertiary != null ? tertiary.toArgb() : 0;
WallpaperManagerCompatVL.java 158 int tertiary = parts.length > 4 ? Integer.parseInt(parts[4]) : 0; local
160 return Pair.create(wallpaperId, new WallpaperColorsCompat(primary, secondary, tertiary,
  /external/icu/icu4c/source/i18n/
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;
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...]
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/testing/
TestEvents.java 52 TestEvents.builder().mouse().tertiary().build();
232 public Builder tertiary() { method in class:TestEvents.Builder
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
TestEvents.java 51 TestEvents.builder().mouse().tertiary().build();
234 public Builder tertiary() { method in class:TestEvents.Builder
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
TestEvents.java 51 TestEvents.builder().mouse().tertiary().build();
234 public Builder tertiary() { method in class:TestEvents.Builder
  /frameworks/base/core/java/android/app/
WallpaperColors.java 175 Color primary = null, secondary = null, tertiary = null; local
188 tertiary = color;
202 return new WallpaperColors(primary, secondary, tertiary, HINT_FROM_BITMAP | hints);
210 * @param tertiaryColor Tertiary color.
224 * @param tertiaryColor Tertiary color.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationRegressionTest.java 364 String[] tertiary = { local
373 c.setStrength(Collator.TERTIARY);
374 compareArray(c, tertiary);
387 // Secondary/Tertiary comparison incorrect in French Secondary
477 c.setStrength(Collator.TERTIARY);
533 c.setStrength(Collator.TERTIARY);
574 c.setStrength(Collator.TERTIARY);
596 // These now have tertiary differences in UCA
616 // These now have tertiary differences in UCA
617 //c->setStrength(Collator::TERTIARY);
    [all...]
  /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/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationRegressionTest.java 361 String[] tertiary = { local
370 c.setStrength(Collator.TERTIARY);
371 compareArray(c, tertiary);
384 // Secondary/Tertiary comparison incorrect in French Secondary
474 c.setStrength(Collator.TERTIARY);
530 c.setStrength(Collator.TERTIARY);
571 c.setStrength(Collator.TERTIARY);
593 // These now have tertiary differences in UCA
613 // These now have tertiary differences in UCA
614 //c->setStrength(Collator::TERTIARY);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 606 // note for tertiary we can't use the collator->tertiaryMask, that
1656 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
1672 long primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 2777 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/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/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 886 milliseconds