Searched refs:style2 (Results 1 – 8 of 8) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestCollationStringByteConverter.java | 230 for (int style2 = 0; style2 < 4; ++style2) { in check2() 236 ((SimpleDateFormat) DateFormat.getTimeInstance(style2, in check2()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | SourceHighlighter.java | 122 final String style1, final String style2, final String title, in span() argument 124 final HTMLElement span = parent.span(style1 + " " + style2, id); in span()
|
/external/llvm-project/clang/docs/tools/ |
D | generate_formatted_state.py | 142 style2=style).encode("utf-8"))) 156 style2=":total:").encode("utf-8")))
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 627 for (int style2 = DateFormat.FULL; style2 < style1; ++style2) { in TestOrdering() 628 checkCompatible(style1, style2, locales[i]); in TestOrdering() 714 private void checkCompatible(int style1, int style2, ULocale uLocale) { in checkCompatible() argument 716 DateOrder order2 = getOrdering(style2, 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 726 … String pattern2 = ((SimpleDateFormat) DateFormat.getDateInstance(style2, uLocale)).toPattern(); in showOrderComparison() 729 + DATE_STYLE_NAMES[style2] + ": " + order2 + ", <" + pattern2 + ">; " ; in showOrderComparison()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 624 for (int style2 = DateFormat.FULL; style2 < style1; ++style2) { in TestOrdering() 625 checkCompatible(style1, style2, locales[i]); in TestOrdering() 711 private void checkCompatible(int style1, int style2, ULocale uLocale) { in checkCompatible() argument 713 DateOrder order2 = getOrdering(style2, 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 723 … String pattern2 = ((SimpleDateFormat) DateFormat.getDateInstance(style2, uLocale)).toPattern(); in showOrderComparison() 726 + DATE_STYLE_NAMES[style2] + ": " + order2 + ", <" + pattern2 + ">; " ; in showOrderComparison()
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 606 TextStyle style2; in drawFlutter() local 607 style2.setForegroundColor(red); in drawFlutter() 608 style2.setFontFamilies({SkString(ff)}); in drawFlutter() 609 style2.setFontSize(fs); in drawFlutter() 857 TextStyle style2; in hangingS() local 858 style2.setForegroundColor(red); in hangingS() 859 style2.setFontFamilies({SkString(ff)}); in hangingS() 860 style2.setFontSize(fs); in hangingS() 861 style2.setFontStyle(fontStyle); in hangingS()
|
/external/deqp/external/openglcts/data/gl33/ |
D | arrays.test | 1828 case constructor_c-style2
|
/external/deqp/external/openglcts/data/gles3/ |
D | arrays.test | 1828 case constructor_c-style2
|