Searched refs:FIELD_UNDEFINED (Results 26 - 28 of 28) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeBuiltinLeafInfoImpl.java615 } else if (offset != DatatypeConstants.FIELD_UNDEFINED) {
908 if (cal.getSecond() == DatatypeConstants.FIELD_UNDEFINED){
913 if (cal.getMinute() == DatatypeConstants.FIELD_UNDEFINED){
918 if (cal.getHour() == DatatypeConstants.FIELD_UNDEFINED){
923 if (cal.getDay() == DatatypeConstants.FIELD_UNDEFINED){
928 if (cal.getMonth() == DatatypeConstants.FIELD_UNDEFINED){
933 if (cal.getYear() == DatatypeConstants.FIELD_UNDEFINED){
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DBaseCalendar.java206 if (dow != bdate.FIELD_UNDEFINED && dow != getDayOfWeek(bdate)) {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/jaxp/datatype/
H A DDurationImpl.java342 seconds != DatatypeConstants.FIELD_UNDEFINED ? new BigDecimal(String.valueOf(seconds)) : null);
355 if (i == DatatypeConstants.FIELD_UNDEFINED) {

Completed in 44 milliseconds

12