Home
last modified time | relevance | path

Searched refs:bitMap (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4c/source/i18n/
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() argument
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()
/third_party/skia/third_party/externals/icu/source/i18n/
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() argument
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()
/third_party/node/deps/icu-small/source/i18n/
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() argument
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()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmeasfmt.h387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmeasfmt.h387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
/third_party/icu/icu4c/source/i18n/unicode/
Dmeasfmt.h387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
/third_party/chromium/patch/
D0003-ohos-1115.patch65950 + CefRefPtr<CefBinaryValue> bitMap =
65953 + size_t bitMapSize = bitMap->GetSize();
65959 + bitMap->GetData((void*)data, bitMapSize, 0);
258014 + LOG(ERROR) << "no bitMap format in pasteboard";