Lines Matching refs:tryPat994
673 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
674 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
675 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
676 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
677 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
685 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)