HomeSort by relevance Sort by last modified time
    Searched refs:offsets1 (Results 1 - 9 of 9) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BasicTimeZone.java 117 int[] offsets1 = new int[2]; local
120 getOffset(start, false, offsets1);
124 if ((offsets1[0] + offsets1[1] != offsets2[0] + offsets2[1])
125 || (offsets1[1] != 0 && offsets2[1] == 0)
126 || (offsets1[1] == 0 && offsets2[1] != 0)) {
130 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 299 int[] offsets1 = new int[2]; local
304 rbtz.getOffset(times[i], false, offsets1);
306 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
581 int[] offsets1 = new int[2]; local
604 vtz_org.getOffset(time, false, offsets1);
606 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
1131 int[] offsets1 = new int[2]; local
1703 int[] offsets1 = new int[2]; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 409 int[] offsets1 = {0, 0}; local
412 // With getOffset(date, false, offsets1),
415 goldenZone.getOffset(date + offsets[0] + offsets[1], true, offsets1);
417 if (offsets[0] != offsets1[0] || offsets[1] != offsets1[1]) {
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nccbtst.c 914 int32_t offsets1[] = { 0x0000, 0x0001, 0x0006}; local
926 int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003,4,5}; local
1330 static const int32_t offsets1[] = { 0x0000, 0x0001}; local
1341 static const int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003}; local
1620 int32_t offsets1[] = { 0x0000, 0x0001, 0x0004, 0x0006}; local
1631 int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003,4,5}; local
1644 static const int32_t offsets1[]={ 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4 }; local
1713 offsets1[]={ 2, 4 }, local
1751 offsets1[]={ 4, 4, 8 }, local
    [all...]
ncnvtst.c 981 int32_t offsets1[] = { 0x0000, 0x0001, 0x0004, 0x0006}; local
1548 static const int32_t offsets1[] = { 0,2,4,6}; local
1591 static const int32_t offsets1[] = { 3,5,10,11,12}; local
1688 static const int32_t offsets1[] = { local
1734 static const int32_t offsets1[] = {2,6,9,13,14,15 local
    [all...]
  /external/skia/src/gpu/
GrOvalRenderer.cpp 462 GrGLVertToFrag offsets1(kVec2f_GrSLType);
463 args.fPB->addVarying("EllipseOffsets1", &offsets1);
464 vsBuilder->codeAppendf("%s = %s;", offsets1.vsOut(),
504 fsBuilder->codeAppendf("scaledOffset = %s.xy;", offsets1.fsIn());
506 fsBuilder->codeAppendf("duvdx = dFdx(%s);", offsets1.fsIn());
507 fsBuilder->codeAppendf("duvdy = dFdy(%s);", offsets1.fsIn());
510 offsets1.fsIn(), offsets1.fsIn(), offsets1.fsIn(),
511 offsets1.fsIn())
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 418 milliseconds