Searched refs:styleName (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | dtfmtrtts.cpp | 191 static const char *styleName(DateFormat::EStyle s) in styleName() function 237 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style))); in test() 240 …errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::ES… in test() 250 logln("Testing style " + UnicodeString(styleName((DateFormat::EStyle)style))); in test() 253 …errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::ES… in test() 264 …ogln("Testing dstyle" + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + Unicod… in test() 267 …teDateTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + Unicod… in test()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateFormatRoundTripTest.java | 75 public String styleName(int s) { in styleName() method in DateFormatRoundTripTest 116 logln("Testing style " + styleName(style)); in _test() 124 logln("Testing style " + styleName(style)); in _test() 133 logln("Testing dstyle " + styleName(dstyle) + ", tstyle " + styleName(tstyle)); in _test()
|
/external/skia/src/fonts/ |
D | SkFontMgr_fontconfig.cpp | 196 SkString* styleName) { in getStyle() argument 201 if (styleName) { in getStyle() 202 *styleName = fRecs[index].fStyleName; in getStyle()
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 328 void getStyle(int index, SkFontStyle* fs, SkString* styleName) override; 1004 void SkFontStyleSet_DirectWrite::getStyle(int index, SkFontStyle* fs, SkString* styleName) { in getStyle() argument 1028 if (styleName) { in getStyle() 1031 sk_get_locale_string(faceNames.get(), fFontMgr->fLocaleName.get(), styleName); in getStyle()
|
D | SkFontMgr_fontconfig.cpp | 473 void getStyle(int index, SkFontStyle* style, SkString* styleName) override { in getStyle() argument 482 if (styleName) { in getStyle() 483 *styleName = get_string(fFontSet->fonts[index], FC_STYLE); in getStyle()
|
D | SkFontHost_win.cpp | 2406 void getStyle(int index, SkFontStyle* fs, SkString* styleName) override { in getStyle() argument 2410 if (styleName) { in getStyle() 2419 tchar_to_skstring((const TCHAR*)ref.elfStyle, styleName); in getStyle()
|