Home
last modified time | relevance | path

Searched refs:styleSet (Results 1 – 9 of 9) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDataDrivenFormatTest.java111 DateTimeStyleSet styleSet; in testConvertDate() local
120 styleSet = new DateTimeStyleSet(); in testConvertDate()
121 styleSet.parseFrom(spec); in testConvertDate()
122 … format = DateFormat.getDateTimeInstance(styleSet.getDateStyle(), styleSet.getTimeStyle(), loc); in testConvertDate()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDataDrivenFormatTest.java108 DateTimeStyleSet styleSet; in testConvertDate() local
117 styleSet = new DateTimeStyleSet(); in testConvertDate()
118 styleSet.parseFrom(spec); in testConvertDate()
119 … format = DateFormat.getDateTimeInstance(styleSet.getDateStyle(), styleSet.getTimeStyle(), loc); in testConvertDate()
/external/icu/icu4c/source/test/intltest/
Ddadrfmt.cpp116 DateTimeStyleSet styleSet; in testConvertDate() local
173 if(styleSet.parseFrom(spec, status)<0 || U_FAILURE(status)) { in testConvertDate()
177 …ormat::createDateTimeInstance((DateFormat::EStyle)styleSet.getDateStyle(), (DateFormat::EStyle)sty… in testConvertDate()
/external/skia/src/ports/
DSkFontMgr_android.cpp288 SkFontStyleSet_Android* styleSet; member
335 return SkRef(fNameToFamilyMap[index].styleSet); in onCreateStyleSet()
345 return SkRef(fNameToFamilyMap[i].styleSet); in onMatchFamily()
351 return SkRef(fFallbackNameToFamilyMap[i].styleSet); in onMatchFamily()
382 SkFontStyleSet_Android* family = fallbackNameToFamilyMap[i].styleSet; in find_family_style_character()
/external/skqp/src/ports/
DSkFontMgr_android.cpp288 SkFontStyleSet_Android* styleSet; member
335 return SkRef(fNameToFamilyMap[index].styleSet); in onCreateStyleSet()
345 return SkRef(fNameToFamilyMap[i].styleSet); in onMatchFamily()
351 return SkRef(fFallbackNameToFamilyMap[i].styleSet); in onMatchFamily()
382 SkFontStyleSet_Android* family = fallbackNameToFamilyMap[i].styleSet; in find_family_style_character()
/external/skqp/tools/fonts/
DSkTestFontMgr.cpp126 sk_sp<SkFontStyleSet> styleSet(this->matchFamily(familyName)); in onMatchFamilyStyle() local
127 return styleSet->matchStyle(style); in onMatchFamilyStyle()
/external/skia/tools/fonts/
DSkTestFontMgr.cpp126 sk_sp<SkFontStyleSet> styleSet(this->matchFamily(familyName)); in onMatchFamilyStyle() local
127 return styleSet->matchStyle(style); in onMatchFamilyStyle()
/external/skia/tests/
DFontMgrTest.cpp115 sk_sp<SkFontStyleSet> styleSet(fm->matchFamily(nullptr)); in test_match() local
116 REPORTER_ASSERT(reporter, styleSet); in test_match()
213 TestFontStyleSet styleSet; in test_matchStyleCSS3() member
702 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in test_matchStyleCSS3()
/external/skqp/tests/
DFontMgrTest.cpp114 sk_sp<SkFontStyleSet> styleSet(fm->matchFamily(nullptr)); in test_match() local
115 REPORTER_ASSERT(reporter, styleSet); in test_match()
212 TestFontStyleSet styleSet; in test_matchStyleCSS3() member
701 sk_sp<SkTypeface> typeface(test.styleSet.matchStyle(testCase.pattern)); in test_matchStyleCSS3()