Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/util/
DBasicTimeZone.java112 int[] offsets1 = new int[2]; in hasEquivalentTransitions() local
115 getOffset(start, false, offsets1); in hasEquivalentTransitions()
119 if ((offsets1[0] + offsets1[1] != offsets2[0] + offsets2[1]) in hasEquivalentTransitions()
120 || (offsets1[1] != 0 && offsets2[1] == 0) in hasEquivalentTransitions()
121 || (offsets1[1] == 0 && offsets2[1] != 0)) { in hasEquivalentTransitions()
125 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in hasEquivalentTransitions()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DBasicTimeZone.java119 int[] offsets1 = new int[2]; in hasEquivalentTransitions() local
122 getOffset(start, false, offsets1); in hasEquivalentTransitions()
126 if ((offsets1[0] + offsets1[1] != offsets2[0] + offsets2[1]) in hasEquivalentTransitions()
127 || (offsets1[1] != 0 && offsets2[1] == 0) in hasEquivalentTransitions()
128 || (offsets1[1] == 0 && offsets2[1] != 0)) { in hasEquivalentTransitions()
132 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in hasEquivalentTransitions()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneRuleTest.java307 int[] offsets1 = new int[2]; in TestHistoricalRuleBasedTimeZone() local
312 rbtz.getOffset(times[i], false, offsets1); in TestHistoricalRuleBasedTimeZone()
314 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestHistoricalRuleBasedTimeZone()
595 int[] offsets1 = new int[2]; in TestVTimeZoneSimpleWrite() local
618 vtz_org.getOffset(time, false, offsets1); in TestVTimeZoneSimpleWrite()
620 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestVTimeZoneSimpleWrite()
1150 int[] offsets1 = new int[2]; in TestVTimeZoneCoverage() local
1153 otz.getOffset(t, false, offsets1); in TestVTimeZoneCoverage()
1155 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestVTimeZoneCoverage()
1726 int[] offsets1 = new int[2]; in hasEquivalentTransitions() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneRuleTest.java304 int[] offsets1 = new int[2]; in TestHistoricalRuleBasedTimeZone() local
309 rbtz.getOffset(times[i], false, offsets1); in TestHistoricalRuleBasedTimeZone()
311 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestHistoricalRuleBasedTimeZone()
592 int[] offsets1 = new int[2]; in TestVTimeZoneSimpleWrite() local
615 vtz_org.getOffset(time, false, offsets1); in TestVTimeZoneSimpleWrite()
617 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestVTimeZoneSimpleWrite()
1147 int[] offsets1 = new int[2]; in TestVTimeZoneCoverage() local
1150 otz.getOffset(t, false, offsets1); in TestVTimeZoneCoverage()
1152 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { in TestVTimeZoneCoverage()
1723 int[] offsets1 = new int[2]; in hasEquivalentTransitions() local
[all …]
/external/icu/icu4c/source/test/cintltst/
Dnccbtst.c916 int32_t offsets1[] = { 0x0000, 0x0001, 0x0006}; in TestSkip() local
920 UCNV_TO_U_CALLBACK_SKIP, offsets1, NULL, 0 )) in TestSkip()
928 int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003,4,5}; in TestSkip() local
932 UCNV_TO_U_CALLBACK_SKIP, offsets1, NULL, 0 )) in TestSkip()
1332 static const int32_t offsets1[] = { 0x0000, 0x0001}; in TestStop() local
1336 UCNV_TO_U_CALLBACK_STOP, offsets1, NULL, 0 )) in TestStop()
1343 static const int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003}; in TestStop() local
1347 UCNV_TO_U_CALLBACK_STOP, offsets1, NULL, 0 )) in TestStop()
1622 int32_t offsets1[] = { 0x0000, 0x0001, 0x0004, 0x0005, 0x0006}; in TestSub() local
1626 UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1, NULL, 0 )) in TestSub()
[all …]
Dncnvtst.c979 int32_t offsets1[] = { 0x0000, 0x0001, 0x0004, 0x0005, 0x0006}; in TestWithBufferSize() local
982 … expected1, UPRV_LENGTHOF(expected1),"utf8", UCNV_TO_U_CALLBACK_SUBSTITUTE, offsets1,FALSE)) in TestWithBufferSize()
1546 static const int32_t offsets1[] = { 0,2,4,6}; in TestResetBehaviour() local
1558 offsets1, TRUE)) in TestResetBehaviour()
1570 offsets1, TRUE)) in TestResetBehaviour()
1589 static const int32_t offsets1[] = { 3,5,10,11,12}; in TestResetBehaviour() local
1601 offsets1, TRUE)) in TestResetBehaviour()
1686 static const int32_t offsets1[] = { in TestResetBehaviour() local
1700 offsets1, TRUE)) in TestResetBehaviour()
1732 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/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java411 int[] offsets1 = {0, 0}; in formatGenericNonLocationName() local
417 goldenZone.getOffset(date + offsets[0] + offsets[1], true, offsets1); in formatGenericNonLocationName()
419 if (offsets[0] != offsets1[0] || offsets[1] != offsets1[1]) { in formatGenericNonLocationName()
/external/skqp/src/gpu/ops/
DGrOvalOpFactory.cpp419 GrGLSLVarying offsets1(kHalf2_GrSLType); in onEmitCode() local
420 varyingHandler->addVarying("EllipseOffsets1", &offsets1); in onEmitCode()
421 vertBuilder->codeAppendf("%s = %s;", offsets1.vsOut(), diegp.fInEllipseOffsets1->fName); in onEmitCode()
465 fragBuilder->codeAppendf("scaledOffset = %s.xy;", offsets1.fsIn()); in onEmitCode()
467 fragBuilder->codeAppendf("duvdx = dFdx(%s);", offsets1.fsIn()); in onEmitCode()
468 fragBuilder->codeAppendf("duvdy = dFdy(%s);", offsets1.fsIn()); in onEmitCode()
472 offsets1.fsIn(), offsets1.fsIn(), offsets1.fsIn(), offsets1.fsIn()); in onEmitCode()
/external/skia/src/gpu/ops/
DGrOvalOpFactory.cpp693 GrGLSLVarying offsets1(kHalf2_GrSLType); in onEmitCode() local
694 varyingHandler->addVarying("EllipseOffsets1", &offsets1); in onEmitCode()
695 vertBuilder->codeAppendf("%s = %s;", offsets1.vsOut(), diegp.fInEllipseOffsets1->fName); in onEmitCode()
739 fragBuilder->codeAppendf("scaledOffset = %s.xy;", offsets1.fsIn()); in onEmitCode()
741 fragBuilder->codeAppendf("duvdx = dFdx(%s);", offsets1.fsIn()); in onEmitCode()
742 fragBuilder->codeAppendf("duvdy = dFdy(%s);", offsets1.fsIn()); in onEmitCode()
746 offsets1.fsIn(), offsets1.fsIn(), offsets1.fsIn(), offsets1.fsIn()); in onEmitCode()