Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtufmtts.cpp265 …TimeUnit::UTimeUnitFields tunits[] = {TimeUnit::UTIMEUNIT_SECOND, TimeUnit::UTIMEUNIT_MINUTE, Time… in testGreekWithFallback() local
340 unitIndex < sizeof(tunits)/sizeof(tunits[0]); in testGreekWithFallback()
343 … TimeUnitAmount *tamt = new TimeUnitAmount(numbers[numberIndex], tunits[unitIndex], status); in testGreekWithFallback()
347 … std::cout << "Failed to get TimeUnitAmount for " << tunits[unitIndex] << "\n"; in testGreekWithFallback()
382 …es[locIndex]) + " style: " + (int)styles[styleIndex] + " units: " + (int)tunits[unitIndex], expect… in testGreekWithFallback()