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

/openjdk7/jdk/test/sun/util/resources/Calendar/
H A DBug4518811.java41 totalErrors += getDays("ca", "ES");
42 totalErrors += getDays("cs", "CZ");
43 totalErrors += getDays("da", "DK");
44 totalErrors += getDays("de", "AT");
45 totalErrors += getDays("el", "GR");
46 totalErrors += getDays("en", "GB");
47 totalErrors += getDays("en", "IE");
48 totalErrors += getDays("es", "ES");
49 totalErrors += getDays("et", "EE");
50 totalErrors += getDays("f
64 static int getDays(String lang, String loc){ method in class:Bug4518811
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xs/datatypes/
H A DXSDateTime.java37 * <td> getDays() </td>
227 public int getDays(); method in interface:XSDateTime
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationDayTimeImpl.java143 * so the result of {@link Duration#getDays()} can be influenced.</p>
169 return (((((getDays() * 24) +
192 days = BigInteger.valueOf((long) getDays()).add(BigInteger.ONE);
H A DDurationYearMonthImpl.java175 if (getDays() > 0 || getHours() > 0
H A DDurationImpl.java871 lhsCalendar.add(GregorianCalendar.DAY_OF_YEAR, getDays() * getSign());
886 rhsCalendar.add(GregorianCalendar.DAY_OF_YEAR, rhs.getDays() * rhs.getSign());
1245 public int getDays() { method in class:DurationImpl
1447 c.add(Calendar.DAY_OF_MONTH, getDays() * signum);
1925 calendar.add(Calendar.DAY_OF_MONTH, getDays() * signum);
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDuration.java278 public int getDays() { method in class:Duration
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DAbstractDateTimeDV.java1028 public int getDays() { method in class:AbstractDateTimeDV.DateTimeData

Completed in 50 milliseconds