Home
last modified time | relevance | path

Searched refs:style1 (Results 1 – 8 of 8) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateTimeGeneratorTest.java626 for (int style1 = DateFormat.FULL; style1 <= DateFormat.SHORT; ++style1) { in TestOrdering()
627 for (int style2 = DateFormat.FULL; style2 < style1; ++style2) { in TestOrdering()
628 checkCompatible(style1, style2, locales[i]); in TestOrdering()
661 for (int style1 = DateFormat.FULL; style1 <= DateFormat.SHORT; ++style1) { in TestReplacingZoneString()
662 …nal SimpleDateFormat oldFormat = (SimpleDateFormat) DateFormat.getTimeInstance(style1, locales[i]); in TestReplacingZoneString()
714 private void checkCompatible(int style1, int style2, ULocale uLocale) { in checkCompatible() argument
715 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible()
720 logln(showOrderComparison(uLocale, style1, style2, order1, order2)); in checkCompatible()
724 …private String showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, Date… in showOrderComparison() argument
725 … String pattern1 = ((SimpleDateFormat) DateFormat.getDateInstance(style1, uLocale)).toPattern(); in showOrderComparison()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateTimeGeneratorTest.java623 for (int style1 = DateFormat.FULL; style1 <= DateFormat.SHORT; ++style1) { in TestOrdering()
624 for (int style2 = DateFormat.FULL; style2 < style1; ++style2) { in TestOrdering()
625 checkCompatible(style1, style2, locales[i]); in TestOrdering()
658 for (int style1 = DateFormat.FULL; style1 <= DateFormat.SHORT; ++style1) { in TestReplacingZoneString()
659 …nal SimpleDateFormat oldFormat = (SimpleDateFormat) DateFormat.getTimeInstance(style1, locales[i]); in TestReplacingZoneString()
711 private void checkCompatible(int style1, int style2, ULocale uLocale) { in checkCompatible() argument
712 DateOrder order1 = getOrdering(style1, uLocale); in checkCompatible()
717 logln(showOrderComparison(uLocale, style1, style2, order1, order2)); in checkCompatible()
721 …private String showOrderComparison(ULocale uLocale, int style1, int style2, DateOrder order1, Date… in showOrderComparison() argument
722 … String pattern1 = ((SimpleDateFormat) DateFormat.getDateInstance(style1, uLocale)).toPattern(); in showOrderComparison()
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DSourceHighlighter.java122 final String style1, final String style2, final String title, in span() argument
124 final HTMLElement span = parent.span(style1 + " " + style2, id); in span()
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp597 TextStyle style1; in drawFlutter() local
598 style1.setForegroundColor(blue); in drawFlutter()
599 style1.setBackgroundColor(yellow); in drawFlutter()
600 style1.setFontFamilies({SkString(ff)}); in drawFlutter()
601 style1.setFontSize(fs); in drawFlutter()
602 style1.setDecoration(TextDecoration::kOverline); in drawFlutter()
603 style1.setDecorationStyle(TextDecorationStyle::kWavy); in drawFlutter()
604 style1.setDecorationColor(SK_ColorBLACK); in drawFlutter()
639 builder.pushStyle(style1); in drawFlutter()
648 builder.pushStyle(style1); in drawFlutter()
[all …]
/external/deqp/external/openglcts/data/gl33/
Darrays.test1809 case constructor_c-style1
/external/deqp/external/openglcts/data/gles3/
Darrays.test1809 case constructor_c-style1
/external/python/cpython3/Doc/whatsnew/
D2.7.rst1693 instruction (which looks like ``<?xml-stylesheet href="#style1"?>``)
2488 instruction (which looks like `<?xml-stylesheet href="#style1"?>`)
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1669 instruction (which looks like ``<?xml-stylesheet href="#style1"?>``)
2464 instruction (which looks like `<?xml-stylesheet href="#style1"?>`)