OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherDate
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/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/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 299 milliseconds