/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
ResponseData.java | 273 long tzOffset = offSetVal / (15 * 60 * 1000); 274 tzOffset = (isNegative ? -1 : 1) * tzOffset; 275 byte bcdVal = byteToBCD((int) tzOffset);
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaServiceStateTracker.java | [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | [all...] |
/external/icu4c/test/cintltst/ |
putiltst.c | 175 int32_t tzoffset = uprv_timezone(); local 176 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset); 177 if (tzoffset != 28800) { 180 if ((tzoffset % 1800 != 0)) { 181 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1)); 183 /*tzoffset=uprv_getUTCtime();*/
|
/external/icu4c/test/intltest/ |
tzregts.cpp | 355 int32_t tzOffset, tzRawOffset; 384 tzOffset = testTZ->getOffset((uint8_t)testCal->get(UCAL_ERA, status), 392 tzOffsetFloat = (float)tzOffset/(float)3600000; 407 passed = (tzOffset == (tzRawOffset + 3600000)); 412 passed = (tzOffset == tzRawOffset); [all...] |
tztest.cpp | 108 int32_t tzoffset = uprv_timezone(); local 109 logln(UnicodeString("Value returned from uprv_timezone = ") + tzoffset); 111 if (tzoffset < 0) 112 tzoffset = -tzoffset; 113 if ((*saveDefault == *pstZone) && (tzoffset != 28800)) { 117 if ((tzoffset % 900) != 0) { 125 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset); [all...] |
caltest.cpp | 283 int32_t tzoffset = 123400; local 285 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid); 345 z->getRawOffset() != tzoffset) [all...] |
/external/jsilver/src/org/clearsilver/jni/ |
JniHdf.java | 259 setValue(hdfname + ".tzoffset", tzString);
|
/external/webkit/Source/JavaScriptCore/wtf/ |
DateMath.cpp | 507 int tzOffset; 972 offset = known_zones[i].tzOffset; [all...] |