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

  /external/chromium/third_party/icu/source/i18n/
umsg.cpp 527 UDate *aDate;
539 aDate = va_arg(ap, UDate*);
540 if(aDate){
541 *aDate = args[i].getDate();
  /external/chromium/third_party/icu/source/test/intltest/
incaltst.cpp 415 UDate aDate = 999932400000.0;
424 fmt2->format(aDate, str);
427 fmt->format(aDate, str);
434 if(otherDate != aDate) {
437 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
501 UDate aDate = 999932400000.0;
509 fmt2->format(aDate, str);
512 fmt->format(aDate, str);
519 if(otherDate != aDate) {
524 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) )
    [all...]
  /external/icu4c/i18n/
umsg.cpp 527 UDate *aDate;
539 aDate = va_arg(ap, UDate*);
540 if(aDate){
541 *aDate = args[i].getDate();
  /external/icu4c/test/intltest/
incaltst.cpp 415 UDate aDate = 999932400000.0;
424 fmt2->format(aDate, str);
427 fmt->format(aDate, str);
434 if(otherDate != aDate) {
437 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
501 UDate aDate = 999932400000.0;
509 fmt2->format(aDate, str);
512 fmt->format(aDate, str);
519 if(otherDate != aDate) {
524 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) )
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
cdattst.c     [all...]
  /external/icu4c/test/cintltst/
cdattst.c     [all...]

Completed in 676 milliseconds