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

  /external/icu/android_icu4j/src/main/java/android/icu/util/
BasicTimeZone.java 112 int[] offsets1 = new int[2]; local
115 getOffset(start, false, offsets1);
119 if ((offsets1[0] + offsets1[1] != offsets2[0] + offsets2[1])
120 || (offsets1[1] != 0 && offsets2[1] == 0)
121 || (offsets1[1] == 0 && offsets2[1] != 0)) {
125 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
BasicTimeZone.java 119 int[] offsets1 = new int[2]; local
122 getOffset(start, false, offsets1);
126 if ((offsets1[0] + offsets1[1] != offsets2[0] + offsets2[1])
127 || (offsets1[1] != 0 && offsets2[1] == 0)
128 || (offsets1[1] == 0 && offsets2[1] != 0)) {
132 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 307 int[] offsets1 = new int[2]; local
312 rbtz.getOffset(times[i], false, offsets1);
314 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
595 int[] offsets1 = new int[2]; local
618 vtz_org.getOffset(time, false, offsets1);
620 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
1150 int[] offsets1 = new int[2]; local
1726 int[] offsets1 = new int[2]; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 304 int[] offsets1 = new int[2]; local
309 rbtz.getOffset(times[i], false, offsets1);
311 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
592 int[] offsets1 = new int[2]; local
615 vtz_org.getOffset(time, false, offsets1);
617 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) {
1147 int[] offsets1 = new int[2]; local
1723 int[] offsets1 = new int[2]; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 411 int[] offsets1 = {0, 0}; local
414 // With getOffset(date, false, offsets1),
417 goldenZone.getOffset(date + offsets[0] + offsets[1], true, offsets1);
419 if (offsets[0] != offsets1[0] || offsets[1] != offsets1[1]) {
    [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 916 int32_t offsets1[] = { 0x0000, 0x0001, 0x0006}; local
928 int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003,4,5}; local
1332 static const int32_t offsets1[] = { 0x0000, 0x0001}; local
1343 static const int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003}; local
1622 int32_t offsets1[] = { 0x0000, 0x0001, 0x0004, 0x0005, 0x0006}; local
1633 int32_t offsets1[] = { 0x0000, 0x0001,0x0002,0x0003,4,5}; local
1646 static const int32_t offsets1[]={ 0, 0, 0, 1, 1, 2, 2, 3, 3, 4, 4 }; local
1715 offsets1[]={ 2, 4 }, local
1753 offsets1[]={ 4, 4, 8 }, local
    [all...]
ncnvtst.c 979 int32_t offsets1[] = { 0x0000, 0x0001, 0x0004, 0x0005, 0x0006}; local
1546 static const int32_t offsets1[] = { 0,2,4,6}; local
1589 static const int32_t offsets1[] = { 3,5,10,11,12}; local
1686 static const int32_t offsets1[] = { local
1732 static const int32_t offsets1[] = {2,6,9,13,14,15 local
    [all...]
  /external/skia/src/gpu/ops/
GrOvalOpFactory.cpp     [all...]
  /external/skqp/src/gpu/ops/
GrOvalOpFactory.cpp 419 GrGLSLVarying offsets1(kHalf2_GrSLType);
420 varyingHandler->addVarying("EllipseOffsets1", &offsets1);
421 vertBuilder->codeAppendf("%s = %s;", offsets1.vsOut(), diegp.fInEllipseOffsets1->fName);
465 fragBuilder->codeAppendf("scaledOffset = %s.xy;", offsets1.fsIn());
467 fragBuilder->codeAppendf("duvdx = dFdx(%s);", offsets1.fsIn());
468 fragBuilder->codeAppendf("duvdy = dFdy(%s);", offsets1.fsIn());
472 offsets1.fsIn(), offsets1.fsIn(), offsets1.fsIn(), offsets1.fsIn())
    [all...]
  /prebuilts/go/darwin-x86/src/index/suffixarray/
suffixarray.go 14 // offsets1 := index.Lookup(s, -1) // the list of all indices where s occurs in data
  /prebuilts/go/linux-x86/src/index/suffixarray/
suffixarray.go 14 // offsets1 := index.Lookup(s, -1) // the list of all indices where s occurs in data
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 2799 milliseconds