Searched refs:offsetM (Results 1 – 4 of 4) sorted by relevance
1647 int offsetM = offset / MILLIS_PER_MINUTE;1651 … if (offsetH > MAX_OFFSET_HOUR || offsetM > MAX_OFFSET_MINUTE || offsetS > MAX_OFFSET_SECOND) {1659 } else if (offsetM != 0 || !isShort) {1667 } else if (offsetM != 0 || !isShort) {1689 appendOffsetDigits(buf, offsetM, 2);2319 int offsetH, offsetM, offsetS;2320 offsetH = offsetM = offsetS = 0;2331 offsetM = fields[1];2359 offsetM = fields[1];2369 offset = ((((offsetH * 60) + offsetM) * 60) + offsetS) * 1000 * sign;[all …]
1572 int32_t offsetM = offset / MILLIS_PER_MINUTE; in formatOffsetLocalizedGMT() local1576 …U_ASSERT(offsetH <= MAX_OFFSET_HOUR && offsetM <= MAX_OFFSET_MINUTE && offsetS <= MAX_OFFSET_SECON… in formatOffsetLocalizedGMT()1582 } else if (offsetM != 0 || !isShort) { in formatOffsetLocalizedGMT()1590 } else if (offsetM != 0 || !isShort) { in formatOffsetLocalizedGMT()1616 appendOffsetDigits(result, offsetM, 2); in formatOffsetLocalizedGMT()1788 int32_t offsetH, offsetM, offsetS; in parseOffsetFields() local1789 offsetH = offsetM = offsetS = 0; in parseOffsetFields()1796 outLen = parseOffsetFieldsWithPattern(text, start, items, FALSE, offsetH, offsetM, offsetS); in parseOffsetFields()1831 offsetM = tmpM; in parseOffsetFields()1837 offset = ((((offsetH * 60) + offsetM) * 60) + offsetS) * 1000 * sign; in parseOffsetFields()[all …]
2464 cmsUInt32Number offsetM; // Offset to first "M" curve in Type_LUTA2B_Read() local2479 if (!_cmsReadUInt32Number(io, &offsetM)) return NULL; in Type_LUTA2B_Read()2497 if (offsetM != 0) { in Type_LUTA2B_Read()2498 …ipelineInsertStage(NewLUT, cmsAT_END, ReadSetOfCurves(self, io, BaseOffset + offsetM, outputChan))) in Type_LUTA2B_Read()2669 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTA2B_Write() local2718 offsetM = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()2739 if (!_cmsWriteUInt32Number(io, offsetM)) return FALSE; in Type_LUTA2B_Write()2780 cmsUInt32Number offsetM; // Offset to first "M" curve in Type_LUTB2A_Read() local2796 if (!_cmsReadUInt32Number(io, &offsetM)) return NULL; in Type_LUTB2A_Read()2814 if (offsetM != 0) { in Type_LUTB2A_Read()[all …]
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...