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

  /external/icu4c/test/intltest/
incaltst.cpp 435 UDate otherDate = fmt->parse(expected, status);
436 if(otherDate != aDate) {
438 fmt->format(otherDate, str3);
439 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
520 UDate otherDate = fmt->parse(expected, status);
521 if(otherDate != aDate) {
525 fmt->format(otherDate, str3);
526 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
551 UDate otherDate = fmt->parse(expected, status);
552 if(otherDate != aDate) {
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPNormalizer.java 467 XMPNode otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeOriginal",
469 if (otherDate == null)
471 otherDate = XMPNodeUtils.findChildNode(exifSchema, "exif:DateTimeDigitized", false);
474 binOtherDate = XMPUtils.convertToDate(otherDate.getValue());

Completed in 63 milliseconds