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

  /external/icu/icu4c/source/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/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
JapaneseTest.java 237 Date otherDate;
239 otherDate = fmt.parse(expected);
240 if(!otherDate.equals(aDate)) {
244 str3 = fmt.format(otherDate);
245 long oLong = otherDate.getTime();
246 long aLong = otherDate.getTime();
249 otherDate + " ("+oLong+") = " + str3 + " not " + dd.toString() );
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java 234 Date otherDate;
236 otherDate = fmt.parse(expected);
237 if(!otherDate.equals(aDate)) {
241 str3 = fmt.format(otherDate);
242 long oLong = otherDate.getTime();
243 long aLong = otherDate.getTime();
246 otherDate + " ("+oLong+") = " + str3 + " not " + dd.toString() );
  /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 956 milliseconds