Lines Matching refs:testLine
3398 const char **testLine = fallbackTests[i];
3401 info[j] = UnicodeString(testLine[j], -1, US_INV);
3404 logln("%s;%s;%s;%s", testLine[0], testLine[1], testLine[2], testLine[3]);
3408 UDate d = testfmt.parse(testLine[2], status);
3411 errln(UnicodeString("Failed to set date: ") + testLine[2]);
3414 SimpleDateFormat fmt(info[3], Locale(testLine[0]),status);