Searched refs:bitMap (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/i18n/ |
D | measfmt.cpp | 540 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/ |
D | measfmt.cpp | 540 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/ |
D | measfmt.cpp | 540 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/ |
D | measfmt.h | 387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | measfmt.h | 387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | measfmt.h | 387 int32_t bitMap, // 1=hour set, 2=minute set, 4=second set
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 65950 + CefRefPtr<CefBinaryValue> bitMap = 65953 + size_t bitMapSize = bitMap->GetSize(); 65959 + bitMap->GetData((void*)data, bitMapSize, 0); 258014 + LOG(ERROR) << "no bitMap format in pasteboard";
|