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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DDurationDV.java52 private final static DateTimeData[] DATETIMES= { field in class:DurationDV
226 DateTimeData tempA = addDuration (date1, DATETIMES[0], result[0]);
227 DateTimeData tempB = addDuration (date2, DATETIMES[0], result[1]);
233 tempA = addDuration(date1, DATETIMES[1], result[0]);
234 tempB = addDuration(date2, DATETIMES[1], result[1]);
241 tempA = addDuration(date1, DATETIMES[2], result[0]);
242 tempB = addDuration(date2, DATETIMES[2], result[1]);
249 tempA = addDuration(date1, DATETIMES[3], result[0]);
250 tempB = addDuration(date2, DATETIMES[3], result[1]);

Completed in 36 milliseconds