Searched refs:hms (Results 1 – 25 of 289) sorted by relevance
12345678910>>...12
68 const UnicodeString &hms, in NumericDateFormatters() argument72 hourMinuteSecond(hms, status) { in NumericDateFormatters()557 Formattable *hms, in toHMS() argument575 hms[0] = measures[i].getNumber(); in toHMS()576 if (hms[0].getDouble() < 0.0) { in toHMS()585 hms[1] = measures[i].getNumber(); in toHMS()586 if (hms[1].getDouble() < 0.0) { in toHMS()595 hms[2] = measures[i].getNumber(); in toHMS()596 if (hms[2].getDouble() < 0.0) { in toHMS()800 Formattable hms[3]; in formatMeasures() local[all …]
549 Number[] hms = toHMS(measures); in formatMeasures() local550 if (hms != null) { in formatMeasures()551 return formatNumeric(hms, appendTo); in formatMeasures()1261 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric() argument1267 for (int i = 0; i < hms.length; i++) { in formatNumeric()1268 if (hms[i] != null) { in formatNumeric()1275 hms[i] = Integer.valueOf(0); in formatNumeric()1279 long millis = (long) (((Math.floor(hms[0].doubleValue()) * 60.0 in formatNumeric()1280 + Math.floor(hms[1].doubleValue())) * 60.0 in formatNumeric()1281 + Math.floor(hms[2].doubleValue())) * 1000.0); in formatNumeric()[all …]
530 Number[] hms = toHMS(measures); in formatMeasures() local531 if (hms != null) { in formatMeasures()532 return formatNumeric(hms, appendTo); in formatMeasures()1233 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric() argument1239 for (int i = 0; i < hms.length; i++) { in formatNumeric()1240 if (hms[i] != null) { in formatNumeric()1247 hms[i] = Integer.valueOf(0); in formatNumeric()1251 long millis = (long) (((Math.floor(hms[0].doubleValue()) * 60.0 in formatNumeric()1252 + Math.floor(hms[1].doubleValue())) * 60.0 in formatNumeric()1253 + Math.floor(hms[2].doubleValue())) * 1000.0); in formatNumeric()[all …]
29 hms{"h.mm.ss a"}61 hms{"h.mm.ss a"}
28 hms{"h.mm.ss a"}60 hms{"h.mm.ss a"}
49 hms{"h:mm:ss a"}98 hms{"h:mm:ss a"}
55 hms{"h:mm:ss a"}96 hms{"h:mm:ss a"}
50 hms{"h:mm:ss a"}91 hms{"h:mm:ss a"}
50 hms{"h:mm:ss a"}99 hms{"h:mm:ss a"}
19 hms{"h:mm:ss a"}
45 hms{"h:mm:ss a"}94 hms{"h:mm:ss a"}
52 hms{"h:mm:ss a"}101 hms{"h:mm:ss a"}
53 hms{"h:mm:ss a"}102 hms{"h:mm:ss a"}
54 hms{"h:mm:ss a"}103 hms{"h:mm:ss a"}
55 hms{"h:mm:ss a"}104 hms{"h:mm:ss a"}
51 hms{"h:mm:ss a"}100 hms{"h:mm:ss a"}
24 hms{"h:mm:ss"}
7 hms{"h:mm:ss"}
7 hms{"hh:mm:ss"}