Searched refs:HOURS (Results 1 – 5 of 5) sorted by relevance
12 import static java.util.concurrent.TimeUnit.HOURS;46 SECONDS.convert(t, HOURS)); in testConvert()61 MILLISECONDS.convert(t, HOURS)); in testConvert()76 MICROSECONDS.convert(t, HOURS)); in testConvert()91 NANOSECONDS.convert(t, HOURS)); in testConvert()114 HOURS.toNanos(t)); in testToNanos()137 HOURS.toMicros(t)); in testToMicros()160 HOURS.toMillis(t)); in testToMillis()183 HOURS.toSeconds(t)); in testToSeconds()206 HOURS.toMinutes(t)); in testToMinutes()[all …]
161 boolean hourSet = isSet(DatatypeConstants.HOURS); in getXMLSchemaType()270 return getFieldValueAsInt(DatatypeConstants.HOURS); in getHours()907 BigInteger hours = (BigInteger) getField(DatatypeConstants.HOURS); in toString()
144 public static final Field HOURS = new Field("HOURS", 3); field in DatatypeConstants
129 HOURS { enumConstant
153 unit = android.icu.text.RelativeDateTimeFormatter.RelativeUnit.HOURS; in getRelativeTimeSpanString()