Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBasicTimeZone.java117 int[] offsets1 = new int[2]; in hasEquivalentTransitions() local
120 getOffset(start, false, offsets1); in hasEquivalentTransitions()
124 if ((offsets1[0] + offsets1[1] != offsets2[0] + offsets2[1]) in hasEquivalentTransitions()
125 || (offsets1[1] != 0 && offsets2[1] == 0) in hasEquivalentTransitions()
126 || (offsets1[1] == 0 && offsets2[1] != 0)) { in hasEquivalentTransitions()
130 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in hasEquivalentTransitions()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java299 int[] offsets1 = new int[2]; in TestHistoricalRuleBasedTimeZone() local
304 rbtz.getOffset(times[i], false, offsets1); in TestHistoricalRuleBasedTimeZone()
306 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestHistoricalRuleBasedTimeZone()
581 int[] offsets1 = new int[2]; in TestVTimeZoneSimpleWrite() local
604 vtz_org.getOffset(time, false, offsets1); in TestVTimeZoneSimpleWrite()
606 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestVTimeZoneSimpleWrite()
1131 int[] offsets1 = new int[2]; in TestVTimeZoneCoverage() local
1134 otz.getOffset(t, false, offsets1); in TestVTimeZoneCoverage()
1136 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestVTimeZoneCoverage()
1703 int[] offsets1 = new int[2]; in hasEquivalentTransitions() local
[all …]
/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c914 int32_t offsets1[] = { 0x0000, 0x0001, 0x0006}; in TestSkip() local
918 UCNV_TO_U_CALLBACK_SKIP, offsets1, NULL, 0 )) in TestSkip()
926 int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003,4,5}; in TestSkip() local
930 UCNV_TO_U_CALLBACK_SKIP, offsets1, NULL, 0 )) in TestSkip()
1330 static const int32_t offsets1[] = { 0x0000, 0x0001}; in TestStop() local
1334 UCNV_TO_U_CALLBACK_STOP, offsets1, NULL, 0 )) in TestStop()
1341 static const int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003}; in TestStop() local
1345 UCNV_TO_U_CALLBACK_STOP, offsets1, NULL, 0 )) in TestStop()
1620 int32_t offsets1[] = { 0x0000, 0x0001, 0x0004, 0x0006}; in TestSub() local
1624 UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1, NULL, 0 )) in TestSub()
[all …]
Dncnvtst.c981 int32_t offsets1[] = { 0x0000, 0x0001, 0x0004, 0x0006}; in TestWithBufferSize() local
984 …ed1, sizeof(expected1)/sizeof(expected1[0]),"utf8", UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1,FALSE)) in TestWithBufferSize()
1548 static const int32_t offsets1[] = { 0,2,4,6}; in TestResetBehaviour() local
1560 offsets1, TRUE)) in TestResetBehaviour()
1572 offsets1, TRUE)) in TestResetBehaviour()
1591 static const int32_t offsets1[] = { 3,5,10,11,12}; in TestResetBehaviour() local
1603 offsets1, TRUE)) in TestResetBehaviour()
1688 static const int32_t offsets1[] = { in TestResetBehaviour() local
1702 offsets1, TRUE)) in TestResetBehaviour()
1734 static const int32_t offsets1[] = {2,6,9,13,14,15 in TestResetBehaviour() local
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneGenericNames.java409 int[] offsets1 = {0, 0}; in formatGenericNonLocationName() local
415 goldenZone.getOffset(date + offsets[0] + offsets[1], true, offsets1); in formatGenericNonLocationName()
417 if (offsets[0] != offsets1[0] || offsets[1] != offsets1[1]) { in formatGenericNonLocationName()
/external/skia/src/gpu/
DGrOvalRenderer.cpp462 GrGLVertToFrag offsets1(kVec2f_GrSLType); in onEmitCode() local
463 args.fPB->addVarying("EllipseOffsets1", &offsets1); in onEmitCode()
464 vsBuilder->codeAppendf("%s = %s;", offsets1.vsOut(), in onEmitCode()
504 fsBuilder->codeAppendf("scaledOffset = %s.xy;", offsets1.fsIn()); in onEmitCode()
506 fsBuilder->codeAppendf("duvdx = dFdx(%s);", offsets1.fsIn()); in onEmitCode()
507 fsBuilder->codeAppendf("duvdy = dFdy(%s);", offsets1.fsIn()); in onEmitCode()
510 offsets1.fsIn(), offsets1.fsIn(), offsets1.fsIn(), in onEmitCode()
511 offsets1.fsIn()); in onEmitCode()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...