HomeSort by relevance Sort by last modified time
    Searched defs:tzHour (Results 1 - 7 of 7) sorted by null

  /external/pdfium/core/fxcrt/
cfx_datetime.h 98 int8_t tzHour;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 226 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/
dng_date_time.cpp 352 unsigned tzhour = 0; local
357 &tzhour,
361 fTimeZone.SetOffsetMinutes (sign * (tzhour * 60 + tzmin));
556 unsigned tzhour = 0; local
566 &tzhour,
572 zone.SetOffsetMinutes (tzsign * (tzhour * 60 + tzmin));
716 int tzHour = t.tm_hour - zt.tm_hour;
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
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 

Completed in 109 milliseconds