Home
last modified time | relevance | path

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

/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/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/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.java1433 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek()
1436 … MeasureFormat fmt = MeasureFormat.getInstance(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
1440 + ", 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.java1430 for ( int styleIndex = 0; styleIndex < styles.length; ++styleIndex ) { in TestGreek()
1433 … MeasureFormat fmt = MeasureFormat.getInstance(new ULocale(locales[locIndex]), styles[styleIndex]); in TestGreek()
1437 + ", 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.cpp1541 for ( int32_t styleIndex = 0; styleIndex < UPRV_LENGTHOF(styles); ++styleIndex ) { in TestGreek() local
1547 MeasureFormat fmt(locales[locIndex], styles[styleIndex], status); in TestGreek()