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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/test/intltest/
dtfmttst.h 70 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
dtfmttst.cpp 635 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
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 10", null);
638 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
639 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
647 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.h 70 virtual void tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected);
dtfmttst.cpp 638 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
639 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
640 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
641 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
642 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
650 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)
    [all...]

Completed in 64 milliseconds