Searched refs:tzHour (Results 1 - 7 of 7) sorted by relevance

/external/jsilver/src/org/clearsilver/jni/
H A DJniHdf.java254 String tzHour = Integer.toString(tzAbsolute/3600);
257 + (tzHour.length() == 1 ? "0" + tzHour : tzHour)
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java226 int tzHour = 0;
250 tzHour = input.gatherInt("Invalid time zone hour in date string", 23);
263 int offset = (tzHour * 3600 * 1000 + tzMinute * 60 * 1000) * tzSign;
/external/dng_sdk/source/
H A Ddng_date_time.cpp716 int tzHour = t.tm_hour - zt.tm_hour; local
721 (t.tm_year == zt.tm_year && t.tm_yday == zt.tm_yday && tzHour > 0) ||
722 (t.tm_year == zt.tm_year && t.tm_yday == zt.tm_yday && tzHour == 0 && tzMin >= 0);
724 tzMin += tzHour * 60;
/external/pdfium/xfa/fgas/localization/
H A Dfgas_locale.cpp69 tz.tzHour = 0;
77 tz.tzHour = tz.tzHour * 10 + pStr[iStart++] - '0';
87 tz.tzHour = -tz.tzHour;
2250 iMinuteDiff += tzLocale.tzHour * 60 +
2251 (tzLocale.tzHour < 0 ? -tzLocale.tzMinute : tzLocale.tzMinute);
2252 iMinuteDiff -= tzDiff.tzHour * 60 +
2253 (tzDiff.tzHour < 0 ? -tzDiff.tzMinute : tzDiff.tzMinute);
2413 tzDiff.tzHour
[all...]
H A Dfgas_datetime.h184 int8_t tzHour; member in struct:FX_TIMEZONE
/external/pdfium/xfa/fxfa/parser/
H A Dxfa_localemgr.cpp1258 m_tz.tzHour = (int8_t)(_timezone / 3600 * -1);
1265 m_tz.tzHour = (int8_t)(timezone / 3600 * -1);
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 292 milliseconds