Searched refs:tgmt (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Calendar.java | 5747 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() local 5752 int offsetBefore6 = zone.getOffset(tgmt - 6*60*60*1000); in computeZoneOffset() 5770 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() local 5771 zone.getOffset(tgmt, false, offsets); in computeZoneOffset() 5800 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() local 5805 int offsetBefore6 = zone.getOffset(tgmt - 6*60*60*1000); in computeZoneOffset() 5823 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() local 5824 zone.getOffset(tgmt, false, offsets); in computeZoneOffset()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | Calendar.java | 5574 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() local 5579 int offsetBefore6 = zone.getOffset(tgmt - 6*60*60*1000); in computeZoneOffset() 5597 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() local 5598 zone.getOffset(tgmt, false, offsets); in computeZoneOffset() 5627 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() local 5632 int offsetBefore6 = zone.getOffset(tgmt - 6*60*60*1000); in computeZoneOffset() 5650 long tgmt = wall - (offsets[0] + offsets[1]); in computeZoneOffset() local 5651 zone.getOffset(tgmt, false, offsets); in computeZoneOffset()
|
/external/icu/icu4c/source/i18n/ |
D | calendar.cpp | 3177 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset() local 3183 tz.getOffset(tgmt - 6*60*60*1000, FALSE, tmpRaw, tmpDst, ec); in computeZoneOffset() 3201 UDate tgmt = wall - (rawOffset + dstOffset); in computeZoneOffset() local 3202 tz.getOffset(tgmt, FALSE, rawOffset, dstOffset, ec); in computeZoneOffset()
|