HomeSort by relevance Sort by last modified time
    Searched refs:tryPat994 (Results 1 - 4 of 4) sorted by null

  /external/icu4c/test/cintltst/
cdtdptst.h 53 void tryPat994(UDateFormat* format, const char* pat, const char* s, UDate expected);
cdtdptst.c 144 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)
  /external/icu4c/test/intltest/
dtfmttst.h 65 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
dtfmttst.cpp 502 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
503 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
504 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
505 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
506 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
514 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)
    [all...]

Completed in 40 milliseconds