Lines Matching full:testline
3227 const char **testLine = fallbackTests[i];
3230 info[j] = UnicodeString(testLine[j], -1, US_INV);
3233 logln("%s;%s;%s;%s", testLine[0], testLine[1], testLine[2], testLine[3]);
3237 UDate d = testfmt.parse(testLine[2], status);
3240 errln(UnicodeString("Failed to set date: ") + testLine[2]);
3243 SimpleDateFormat fmt(info[3], Locale(testLine[0]),status);