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

  /external/chromium_org/third_party/icu/source/test/intltest/
incaltst.cpp 417 UDate aDate = 999932400000.0;
426 fmt2->format(aDate, str);
429 fmt->format(aDate, str);
436 if(otherDate != aDate) {
439 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
503 UDate aDate = 999932400000.0;
511 fmt2->format(aDate, str);
514 fmt->format(aDate, str);
521 if(otherDate != aDate) {
526 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) )
    [all...]
  /external/icu4c/test/intltest/
incaltst.cpp 417 UDate aDate = 999932400000.0;
426 fmt2->format(aDate, str);
429 fmt->format(aDate, str);
436 if(otherDate != aDate) {
439 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
503 UDate aDate = 999932400000.0;
511 fmt2->format(aDate, str);
514 fmt->format(aDate, str);
521 if(otherDate != aDate) {
526 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) )
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
astro.h 351 void setDate(UDate aDate) { setTime(aDate); }
umsg.cpp 527 UDate *aDate;
539 aDate = va_arg(ap, UDate*);
540 if(aDate){
541 *aDate = args[i].getDate();
  /external/icu4c/i18n/
astro.h 351 void setDate(UDate aDate) { setTime(aDate); }
umsg.cpp 531 UDate *aDate;
543 aDate = va_arg(ap, UDate*);
544 if(aDate){
545 *aDate = args[i].getDate();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 16 <key>aDate</key>
114 aDate = datetime.datetime(2004, 10, 26, 10, 33, 33),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_plistlib.py 16 <key>aDate</key>
114 aDate = datetime.datetime(2004, 10, 26, 10, 33, 33),
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.c     [all...]
  /external/icu4c/test/cintltst/
cdattst.c     [all...]

Completed in 698 milliseconds