Searched refs:tryPat994 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdtdptst.h53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
H A Dcdtdptst.c144 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:11:42", d);
145 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:", null);
146 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10", null);
147 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 ", null);
148 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01", null);
155 void tryPat994(UDateFormat* format, const char* pattern, const char* s, UDate expected) function
/external/icu4c/test/cintltst/
H A Dcdtdptst.h53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
H A Dcdtdptst.c144 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:11:42", d);
145 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:", null);
146 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10", null);
147 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 ", null);
148 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01", null);
155 void tryPat994(UDateFormat* format, const char* pattern, const char* s, UDate expected) function
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.h65 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
H A Ddtfmttst.cpp493 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
494 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
495 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
496 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
497 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
505 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected) function in class:DateFormatTest
/external/icu4c/test/intltest/
H A Ddtfmttst.h70 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
H A Ddtfmttst.cpp634 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) function in class:DateFormatTest

Completed in 123 milliseconds