Lines Matching refs:locIndex
105 for ( unsigned int locIndex = 0; in testBasic() local
106 locIndex < UPRV_LENGTHOF(locales); in testBasic()
107 ++locIndex ) { in testBasic()
109 Locale loc(locales[locIndex]); in testBasic()
116 std::cout << "locale: " << locales[locIndex] << "\n"; in testBasic()
371 for ( unsigned int locIndex = 0; in testGreekWithFallback() local
372 locIndex < UPRV_LENGTHOF(locales); in testGreekWithFallback()
373 ++locIndex ) { in testGreekWithFallback()
375 Locale l = Locale::createFromName(locales[locIndex]); in testGreekWithFallback()
402 … std::cout << "Failed to get TimeUnitFormat for " << locales[locIndex] << "\n"; in testGreekWithFallback()
427 …ormatted time string is not expected, locale: " + UnicodeString(locales[locIndex]) + " style: " + … in testGreekWithFallback()