Home
last modified time | relevance | path

Searched refs:offsetC (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRegressionTest.java1127 int offsetC = tzClone.getRawOffset(); in TestT5280() local
1128 if (offsetC != newRawOffset) { in TestT5280()
1130 …gln("Cloned modified zone(" + tz.getID() + ") - getRawOffset returns " + offsetC + "/ Expected: " … in TestT5280()
1132 …AIL: Cloned modified zone(" + tz.getID() + ") - getRawOffset returns " + offsetC + "/ Expected: " … in TestT5280()
1136 if (offset != offsetC) { in TestT5280()
1137 errln("FAIL: Different raw offset - Original:" + offset + ", Cloned:" + offsetC); in TestT5280()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRegressionTest.java1130 int offsetC = tzClone.getRawOffset(); in TestT5280() local
1131 if (offsetC != newRawOffset) { in TestT5280()
1133 …gln("Cloned modified zone(" + tz.getID() + ") - getRawOffset returns " + offsetC + "/ Expected: " … in TestT5280()
1135 …AIL: Cloned modified zone(" + tz.getID() + ") - getRawOffset returns " + offsetC + "/ Expected: " … in TestT5280()
1139 if (offset != offsetC) { in TestT5280()
1140 errln("FAIL: Different raw offset - Original:" + offset + ", Cloned:" + offsetC); in TestT5280()
/external/pdfium/third_party/lcms/src/
Dcmstypes.c2479 cmsUInt32Number offsetC; // Offset to CLUT in Type_LUTA2B_Read() local
2494 if (!_cmsReadUInt32Number(io, &offsetC)) return NULL; in Type_LUTA2B_Read()
2509 if (offsetC != 0) { in Type_LUTA2B_Read()
2510 …if (!cmsPipelineInsertStage(NewLUT, cmsAT_END, ReadCLUT(self, io, BaseOffset + offsetC, inputChan,… in Type_LUTA2B_Read()
2686 cmsUInt32Number offsetB = 0, offsetMat = 0, offsetM = 0, offsetC = 0, offsetA = 0; in Type_LUTA2B_Write() local
2729 offsetC = io ->Tell(io) - BaseOffset; in Type_LUTA2B_Write()
2757 if (!_cmsWriteUInt32Number(io, offsetC)) return FALSE; in Type_LUTA2B_Write()
2798 cmsUInt32Number offsetC; // Offset to CLUT in Type_LUTB2A_Read() local
2817 if (!_cmsReadUInt32Number(io, &offsetC)) return NULL; in Type_LUTB2A_Read()
2839 if (offsetC != 0) { in Type_LUTB2A_Read()
[all …]
/external/pdfium/third_party/lcms/
D0022-check-LUT-and-MPE.patch140 if (!_cmsReadUInt32Number(io, &offsetC)) return NULL;