Home
last modified time | relevance | path

Searched refs:style2 (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java627 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, DateOrder order2) { in showOrderComparison() argument
726 String pattern2 = ((SimpleDateFormat) DateFormat.getDateInstance(style2, uLocale)).toPattern(); in showOrderComparison()
729 + DATE_STYLE_NAMES[style2] in showOrderComparison()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java624 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, DateOrder order2) { in showOrderComparison() argument
723 String pattern2 = ((SimpleDateFormat) DateFormat.getDateInstance(style2, uLocale)).toPattern(); in showOrderComparison()
726 + DATE_STYLE_NAMES[style2] in showOrderComparison()
[all...]
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.h236 static uint32_t getFontStyleDifference(const SkFontStyle& style1, const SkFontStyle& style2);
/third_party/skia/modules/skparagraph/samples/
H A DSampleParagraph.cpp605 TextStyle style2; in drawFlutter() local
606 style2.setForegroundColor(red); in drawFlutter()
607 style2.setFontFamilies({SkString(ff)}); in drawFlutter()
608 style2.setFontSize(fs); in drawFlutter()
856 TextStyle style2; in hangingS() local
857 style2.setForegroundColor(red); in hangingS()
858 style2.setFontFamilies({SkString(ff)}); in hangingS()
859 style2.setFontSize(fs); in hangingS()
860 style2.setFontStyle(fontStyle); in hangingS()

Completed in 10 milliseconds