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

  /external/pdfium/core/fxcrt/
cfx_datetime.h 99 uint8_t tzMinute;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 227 int tzMinute = 0;
259 tzMinute = input.gatherInt("Invalid time zone minute in date string", 59);
263 int offset = (tzHour * 3600 * 1000 + tzMinute * 60 * 1000) * tzSign;

Completed in 636 milliseconds