Home
last modified time | relevance | path

Searched refs:hms (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp68 const UnicodeString &hms, in NumericDateFormatters() argument
72 hourMinuteSecond(hms, status) { in NumericDateFormatters()
557 Formattable *hms, in toHMS() argument
575 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java549 Number[] hms = toHMS(measures); in formatMeasures() local
550 if (hms != null) { in formatMeasures()
551 return formatNumeric(hms, appendTo); in formatMeasures()
1261 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric() argument
1267 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 …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMeasureFormat.java530 Number[] hms = toHMS(measures); in formatMeasures() local
531 if (hms != null) { in formatMeasures()
532 return formatNumeric(hms, appendTo); in formatMeasures()
1233 private StringBuilder formatNumeric(Number[] hms, StringBuilder appendable) { in formatNumeric() argument
1239 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 …]
/external/icu/icu4c/source/data/locales/
Den_FI.txt29 hms{"h.mm.ss a"}
61 hms{"h.mm.ss a"}
Den_DK.txt28 hms{"h.mm.ss a"}
60 hms{"h.mm.ss a"}
Dtwq.txt49 hms{"h:mm:ss a"}
98 hms{"h:mm:ss a"}
Dvai_Latn.txt55 hms{"h:mm:ss a"}
96 hms{"h:mm:ss a"}
Ddyo.txt50 hms{"h:mm:ss a"}
91 hms{"h:mm:ss a"}
Ddje.txt50 hms{"h:mm:ss a"}
99 hms{"h:mm:ss a"}
Dsbp.txt50 hms{"h:mm:ss a"}
99 hms{"h:mm:ss a"}
Dsw_CD.txt19 hms{"h:mm:ss a"}
Dmgh.txt45 hms{"h:mm:ss a"}
94 hms{"h:mm:ss a"}
Dlu.txt52 hms{"h:mm:ss a"}
101 hms{"h:mm:ss a"}
Drn.txt49 hms{"h:mm:ss a"}
98 hms{"h:mm:ss a"}
Ddua.txt53 hms{"h:mm:ss a"}
102 hms{"h:mm:ss a"}
Dnmg.txt54 hms{"h:mm:ss a"}
103 hms{"h:mm:ss a"}
Dyav.txt54 hms{"h:mm:ss a"}
103 hms{"h:mm:ss a"}
Dagq.txt55 hms{"h:mm:ss a"}
104 hms{"h:mm:ss a"}
Dmua.txt51 hms{"h:mm:ss a"}
100 hms{"h:mm:ss a"}
Dnus.txt54 hms{"h:mm:ss a"}
103 hms{"h:mm:ss a"}
Dksf.txt52 hms{"h:mm:ss a"}
101 hms{"h:mm:ss a"}
Dfr_CM.txt24 hms{"h:mm:ss"}
/external/icu/icu4c/source/data/unit/
Dlrc.txt7 hms{"h:mm:ss"}
Dyi.txt7 hms{"h:mm:ss"}
Des_CL.txt7 hms{"hh:mm:ss"}

12345678910>>...12