Home | History | Annotate | Download | only in intltest

Lines Matching refs:tryPat994

502     tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
503 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
504 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
505 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
506 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
514 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)