Home
last modified time | relevance | path

Searched defs:hms (Results 1 – 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
Dmeasfmt.cpp74 const UnicodeString &hms) : in NumericDateFormatters()
302 Formattable *hms, in toHMS()
539 Formattable hms[3]; in formatMeasures() local
725 const Formattable *hms, // always length 3 in formatNumeric()
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasfmt.cpp74 const UnicodeString &hms) : in NumericDateFormatters()
302 Formattable *hms, in toHMS()
539 Formattable hms[3]; in formatMeasures() local
725 const Formattable *hms, // always length 3 in formatNumeric()
/third_party/node/deps/icu-small/source/i18n/
Dmeasfmt.cpp74 const UnicodeString &hms) : in NumericDateFormatters()
302 Formattable *hms, in toHMS()
539 Formattable hms[3]; in formatMeasures() local
725 const Formattable *hms, // always length 3 in formatNumeric()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DMeasureFormat.java431 Number[] hms = toHMS(measures); in formatMeasuresInternal() local
838 private void formatNumeric(Number[] hms, Appendable appendable) { in formatNumeric()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMeasureFormat.java450 Number[] hms = toHMS(measures); in formatMeasuresInternal() local
873 private void formatNumeric(Number[] hms, Appendable appendable) { in formatNumeric()
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c4865 char *hms(time_t t) in hms() function