Searched refs:styleIndex (Results 1 – 5 of 5) sorted by relevance
103 for (size_t styleIndex = 0; styleIndex < SK_ARRAY_COUNT(styles); in onDraw() local104 styleIndex++) { in onDraw()117 paint.setStyle(styles[styleIndex]); in onDraw()
278 for ( unsigned int styleIndex = 0; in testGreekWithFallback() local279 styleIndex < sizeof(styles)/sizeof(styles[0]); in testGreekWithFallback()280 ++styleIndex ) { in testGreekWithFallback()295 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()325 …ocale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + … in testGreekWithFallback()
328 for ( unsigned int styleIndex = 0; in testGreekWithFallback() local329 styleIndex < sizeof(styles)/sizeof(styles[0]); in testGreekWithFallback()330 ++styleIndex ) { in testGreekWithFallback()345 TimeUnitFormat *tfmt = new TimeUnitFormat(l, styles[styleIndex], status); in testGreekWithFallback()375 …ocale: " + UnicodeString(locales[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + … in testGreekWithFallback()
604 for ( int32_t styleIndex = 0; styleIndex < LENGTHOF(styles); ++styleIndex ) { in TestGreek() local610 MeasureFormat fmt(locales[locIndex], styles[styleIndex], status); in TestGreek()