Home | History | Annotate | Download | only in intltest

Lines Matching refs:tryPat994

463     tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
464 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
465 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
466 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
467 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
475 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)