Searched defs:date2 (Results 1 - 12 of 12) sorted by relevance

/external/icu/icu4c/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp39 UDate date2 = cal->getTime(status); local
45 new DateInterval(date1,date2),
46 new DateInterval(date2,date3),
/external/icu/icu4c/source/test/cintltst/
H A Dcdtdptst.c203 UDate date1, date2; local
216 date2 = udat_parse(format, now, u_strlen(now), &pos, &status);
217 if (date2 == 0) log_verbose("Parse stopped at : %d\n", pos);
218 else then=myDateFormat(format, date2);
220 if (!(date2 == date1)) log_err("FAIL\n");
/external/icu/icu4c/source/test/intltest/
H A Ddtifmtts.cpp334 UDate date2 = 1299115800000.0; // 2011-Mar-02 1730 in US/Pacific, 2011-Mar-03 1030 in Asia/Tokyo local
336 DateInterval * dtitv12 = new DateInterval(date1, date2);
H A Dcalregts.cpp1824 UDate date2 = calendar->getTime(status); local
1827 logln(UnicodeString("after adding one year : ") + date2);
1828 if (date1 == date2) {
2296 UDate date2 = cal.getTime(ec); local
2303 int32_t dy = cal.fieldDifference(date2, UCAL_YEAR, ec);
2304 int32_t dm = cal.fieldDifference(date2, UCAL_MONTH, ec);
2305 int32_t dd = cal.fieldDifference(date2, UCAL_DATE, ec);
2315 int32_t dy2 = cal2->fieldDifference(date2, Calendar::YEAR, ec2);
2316 int32_t dm2 = cal2->fieldDifference(date2, Calendar::MONTH, ec2);
2317 int32_t dd2 = cal2->fieldDifference(date2, Calenda
[all...]
H A Dcaltest.cpp3326 UDate date2 = is_cal->getTime(status); local
3328 if(date2 != date) {
3329 errln("before(%f) and after(%f) dates don't match up!",date, date2);
H A Ddtfmttst.cpp204 // DateFormat date2 = DateFormat.getPatternInstance(Calendar.getInstance(locale),
213 SimpleDateFormat date2(pattern, locale, errorCode);
214 date2.adoptCalendar(Calendar::createInstance(locale, errorCode));
225 date2.toLocalizedPattern(actualLocalPattern2, errorCode);
755 UDate date2 = formatter->parse(now, pos); local
756 if (date2 == 0) then = UnicodeString("Parse stopped at ") + pos.getIndex();
757 else ((DateFormat*)formatter)->format(date2, then);
759 if (!(date2 == date1)) errln((UnicodeString)"FAIL");
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 491 milliseconds