Home
last modified time | relevance | path

Searched refs:styleIndex (Results 1 – 10 of 10) sorted by relevance

/external/skqp/gm/
Dinversepaths.cpp100 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles); variable
101 styleIndex++) {
114 paint.setStyle(styles[styleIndex].fPaintStyle);
115 paint.setPathEffect(styles[styleIndex].fPathEffect);
/external/skia/gm/
Dinversepaths.cpp100 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles); variable
101 styleIndex++) {
114 paint.setStyle(styles[styleIndex].fPaintStyle);
115 paint.setPathEffect(styles[styleIndex].fPathEffect);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeUnitTest.java250 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek()
254 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
259 + ", style: " + styles[styleIndex] in TestGreek()
DMeasureUnitTest.java1585 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek()
1588 … MeasureFormat fmt = MeasureFormat.getInstance(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
1592 + ", style: " + styles[styleIndex] in TestGreek()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeUnitTest.java247 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek()
251 … timeUnitFormat = new TimeUnitFormat(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
256 + ", style: " + styles[styleIndex] in TestGreek()
DMeasureUnitTest.java1582 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek()
1585 … MeasureFormat fmt = MeasureFormat.getInstance(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
1589 + ", style: " + styles[styleIndex] in TestGreek()
/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp381 for ( unsigned int styleIndex = 0; in testGreekWithFallback() local
382 styleIndex < UPRV_LENGTHOF(styles); in testGreekWithFallback()
383 ++styleIndex ) { in testGreekWithFallback()
398 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()
428 …ocale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + … in testGreekWithFallback()
Dmeasfmttest.cpp1691 for ( int32_t styleIndex = 0; styleIndex < UPRV_LENGTHOF(styles); ++styleIndex ) { in TestGreek() local
1697 MeasureFormat fmt(locales[locIndex], styles[styleIndex], status); in TestGreek()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResourceTypes.java831 final short styleIndex; field in ResourceTypes.ResXMLTree_attrExt
844 this.styleIndex = buf.getShort(offset + 18); in ResXMLTree_attrExt()
860 private short styleIndex; field in ResourceTypes.ResXMLTree_attrExt.Writer
898 styleIndex = (short) (i + 1); in write()
910 styleIndexWriter.write(styleIndex); in write()
DResXMLParser.java512 final int idx = dtohs((new ResXMLTree_attrExt(mTree.mBuffer.buf, mCurExt)).styleIndex); in indexOfStyle()