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

  /external/chromium/third_party/icu/source/test/cintltst/
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/cintltst/
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/third_party/icu/source/test/intltest/
dtfmttst.cpp 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)
    [all...]
  /external/icu4c/test/intltest/
dtfmttst.cpp 490 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:11:42", date(97, 1 - 1, 17, 10, 11, 42));
491 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10:", null);
492 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 10", null);
493 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17 ", null);
494 tryPat994(f, "yy/MM/dd HH:mm:ss", "97/01/17", null);
502 DateFormatTest::tryPat994(SimpleDateFormat* format, const char* pat, const char* str, UDate expected)
    [all...]

Completed in 272 milliseconds