OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherDate
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/test/intltest/
incaltst.cpp
432
UDate
otherDate
= fmt->parse(expected, status);
433
if(
otherDate
!= aDate) {
435
fmt->format(
otherDate
, str3);
436
errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " +
otherDate
+ ", " + escape(str3));
517
UDate
otherDate
= fmt->parse(expected, status);
518
if(
otherDate
!= aDate) {
522
fmt->format(
otherDate
, str3);
523
errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " +
otherDate
+ ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
548
UDate
otherDate
= fmt->parse(expected, status);
549
if(
otherDate
!= aDate) {
[
all
...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
JapaneseTest.java
231
Date
otherDate
;
233
otherDate
= fmt.parse(expected);
234
if(!
otherDate
.equals(aDate)) {
238
str3 = fmt.format(
otherDate
);
239
long oLong =
otherDate
.getTime();
240
long aLong =
otherDate
.getTime();
243
otherDate
+ " ("+oLong+") = " + str3 + " not " + dd.toString() );
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
JapaneseTest.java
227
Date
otherDate
;
229
otherDate
= fmt.parse(expected);
230
if(!
otherDate
.equals(aDate)) {
234
str3 = fmt.format(
otherDate
);
235
long oLong =
otherDate
.getTime();
236
long aLong =
otherDate
.getTime();
239
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 1524 milliseconds