Searched refs:tryPat994 (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cdtdptst.c | 142 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:11:42", d); in TestPartialParse994() 143 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10:", null); in TestPartialParse994() 144 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 10", null); in TestPartialParse994() 145 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01 ", null); in TestPartialParse994() 146 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/01", null); in TestPartialParse994() 153 void tryPat994(UDateFormat* format, const char* pattern, const char* s, UDate expected) in tryPat994() function
|
D | cdtdptst.h | 53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
|
/external/icu4c/test/intltest/ |
D | dtfmttst.h | 65 …virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
|
D | dtfmttst.cpp | 457 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42)); in TestPartialParse994() 458 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null); in TestPartialParse994() 459 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null); in TestPartialParse994() 460 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null); in TestPartialParse994() 461 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null); in TestPartialParse994() 469 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expecte… in tryPat994() function in DateFormatTest
|