Lines Matching defs:tryPat994
634 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
635 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
636 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
637 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
638 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
646 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)