Home
last modified time | relevance | path

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

/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/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/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/flutter/skia/third_party/externals/icu/source/i18n/
Dmeasfmt.cpp72 const UnicodeString &hms, in NumericDateFormatters()
565 Formattable *hms, in toHMS()
809 Formattable hms[3]; in formatMeasures() local
974 const Formattable *hms, // always length 3 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/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/boost/boost/chrono/io/
Dtime_point_io.hpp873 int32_t hms = static_cast<int32_t>(*t - seconds_in_day*days_since_epoch); in internal_gmtime() local
/third_party/ltp/testcases/kernel/fs/doio/
Ddoio.c4865 char *hms(time_t t) in hms() function