/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
BasicTimeZone.java | 118 int[] offsets2 = new int[2]; local 121 tz.getOffset(start, false, offsets2); 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 | 300 int[] offsets2 = new int[2]; local 305 ny.getOffset(times[i], false, offsets2); 306 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { 582 int[] offsets2 = new int[2]; local 605 vtz_new.getOffset(time, false, offsets2); 606 if (offsets1[0] != offsets2[0] || offsets1[1] != offsets2[1]) { 1132 int[] offsets2 = new int[2]; local 1704 int[] offsets2 = new int[2]; local [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ncnvtst.c | 384 static const int32_t offsets2[] = { 0x00, 0x00, 0x01, 0x01, 0x02, 0x02}; local 414 expected2, sizeof(expected2), "ibm-1363", offsets2, TRUE, U_ZERO_ERROR)) 432 expected2, sizeof(expected2), "ibm-1363", offsets2, FALSE, U_ZERO_ERROR)) 460 static const int32_t offsets2[] = { 0x00,0x01,0x02}; local 479 expected2, sizeof(expected2), "iso-2022-jp", offsets2, TRUE, U_ZERO_ERROR)) 482 expected2, sizeof(expected2), "iso-2022-jp", offsets2, FALSE, U_ZERO_ERROR)) 485 expected2, sizeof(expected2), "iso-2022-jp", offsets2, FALSE, U_ZERO_ERROR)) 510 static const int32_t offsets2[] = { 0x00, 0x01,0x02}; 527 expected2, sizeof(expected2), "iso-2022-cn", offsets2, TRUE, U_ZERO_ERROR)) 530 expected2, sizeof(expected2), "iso-2022-cn", offsets2, FALSE, U_ZERO_ERROR) 563 static const int32_t offsets2[] = { -1, -1, -1, -1, 0x00, 0x01, 0x02}; local 604 static const int32_t offsets2[] = { 0x00, 0x00, 0x00, 0x01, 0x02 }; local [all...] |
nccbtst.c | 1648 static const int32_t offsets2[]={ 1, 3, 5, 7, 10 }; local 1669 static const int32_t offsets2[]={ local 1714 offsets2[]={ 2, 4 }, local 1752 offsets2[]={ 4, 4, 8 }, local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/ |
icu4j-54.1.1.jar | |