Home
last modified time | relevance | path

Searched refs:bitMap (Results 1 - 6 of 6) sorted by relevance

/third_party/icu/icu4c/source/i18n/
H A Dmeasfmt.cpp540 int32_t bitMap = toHMS(measures, measureCount, hms, status); in formatMeasures() local
541 if (bitMap > 0) { in formatMeasures()
542 return formatNumeric(hms, bitMap, appendTo, status); in formatMeasures()
726 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set in formatNumeric()
743 if (bitMap == 5 || bitMap == 7) { // "hms" & "hs" (we add minutes if "hs") in formatNumeric()
747 } else if (bitMap == 3) { // "hm" in formatNumeric()
750 } else if (bitMap == 6) { // "ms" in formatNumeric()
724 formatNumeric( const Formattable *hms, int32_t bitMap, UnicodeString &appendTo, UErrorCode &status) const formatNumeric() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasfmt.cpp540 int32_t bitMap = toHMS(measures, measureCount, hms, status); in formatMeasures() local
541 if (bitMap > 0) { in formatMeasures()
542 return formatNumeric(hms, bitMap, appendTo, status); in formatMeasures()
726 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set in formatNumeric()
743 if (bitMap == 5 || bitMap == 7) { // "hms" & "hs" (we add minutes if "hs") in formatNumeric()
747 } else if (bitMap == 3) { // "hm" in formatNumeric()
750 } else if (bitMap == 6) { // "ms" in formatNumeric()
724 formatNumeric( const Formattable *hms, int32_t bitMap, UnicodeString &appendTo, UErrorCode &status) const formatNumeric() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasfmt.cpp540 int32_t bitMap = toHMS(measures, measureCount, hms, status); in formatMeasures() local
541 if (bitMap > 0) { in formatMeasures()
542 return formatNumeric(hms, bitMap, appendTo, status); in formatMeasures()
726 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set in formatNumeric()
743 if (bitMap == 5 || bitMap == 7) { // "hms" & "hs" (we add minutes if "hs") in formatNumeric()
747 } else if (bitMap == 3) { // "hm" in formatNumeric()
750 } else if (bitMap == 6) { // "ms" in formatNumeric()
724 formatNumeric( const Formattable *hms, int32_t bitMap, UnicodeString &appendTo, UErrorCode &status) const formatNumeric() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmeasfmt.h387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmeasfmt.h387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmeasfmt.h387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set

Completed in 8 milliseconds