Lines Matching refs:testLine
3417 const char **testLine = fallbackTests[i]; in TestTimeZoneDisplayName() local
3420 info[j] = UnicodeString(testLine[j], -1, US_INV); in TestTimeZoneDisplayName()
3423 logln("%s;%s;%s;%s", testLine[0], testLine[1], testLine[2], testLine[3]); in TestTimeZoneDisplayName()
3427 UDate d = testfmt.parse(testLine[2], status); in TestTimeZoneDisplayName()
3430 errln(UnicodeString("Failed to set date: ") + testLine[2]); in TestTimeZoneDisplayName()
3433 SimpleDateFormat fmt(info[3], Locale(testLine[0]),status); in TestTimeZoneDisplayName()
3475 const char **testLine = tests[i]; in TestTimeZoneInLocale() local
3476 Locale locale(testLine[0]); in TestTimeZoneInLocale()
3477 UnicodeString expectedTimezone(testLine[1], -1, US_INV); in TestTimeZoneInLocale()
3485 testLine[2], smptfmt.getCalendar()->getType()); in TestTimeZoneInLocale()
3496 testLine[2], datefmt->getCalendar()->getType()); in TestTimeZoneInLocale()
3506 testLine[2], timefmt->getCalendar()->getType()); in TestTimeZoneInLocale()
3518 testLine[2], datetimefmt->getCalendar()->getType()); in TestTimeZoneInLocale()