Lines Matching defs:date2
182 // DateFormat date2 = DateFormat.getPatternInstance(Calendar.getInstance(locale),
191 SimpleDateFormat date2(pattern, locale, errorCode);
192 date2.adoptCalendar(Calendar::createInstance(locale, errorCode));
203 date2.toLocalizedPattern(actualLocalPattern2, errorCode);
703 UDate date2 = formatter->parse(now, pos);
704 if (date2 == 0) then = UnicodeString("Parse stopped at ") + pos.getIndex();
705 else ((DateFormat*)formatter)->format(date2, then);
707 if (!(date2 == date1)) errln((UnicodeString)"FAIL");