Searched refs:otherDate (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dincaltst.cpp434 UDate otherDate = fmt->parse(expected, status); local
435 if(otherDate != aDate) {
437 fmt->format(otherDate, str3);
438 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
519 UDate otherDate = fmt->parse(expected, status); local
520 if(otherDate != aDate) {
524 fmt->format(otherDate, str3);
525 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
550 UDate otherDate = fmt->parse(expected, status); local
551 if(otherDate !
852 UDate otherDate = fmt->parse(expected, status); local
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DJapaneseTest.java237 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/
H A DJapaneseTest.java234 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/
H A DXMPNormalizer.java467 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 473 milliseconds