HomeSort by relevance Sort by last modified time
    Searched refs:XMPDateTimeImpl (Results 1 - 4 of 4) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java 17 import com.adobe.xmp.impl.XMPDateTimeImpl;
48 return new XMPDateTimeImpl(calendar);
67 XMPDateTime dt = new XMPDateTimeImpl();
88 return new XMPDateTimeImpl(strValue);
100 return new XMPDateTimeImpl(new GregorianCalendar());
115 return new XMPDateTimeImpl(cal);
134 return new XMPDateTimeImpl(cal);
151 return new XMPDateTimeImpl(cal);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPDateTimeImpl.java 29 public class XMPDateTimeImpl implements XMPDateTime
55 public XMPDateTimeImpl()
66 public XMPDateTimeImpl(Calendar calendar)
98 public XMPDateTimeImpl(Date date, TimeZone timeZone)
119 public XMPDateTimeImpl(String strValue) throws XMPException
ISO8601Converter.java 77 return parse(iso8601String, new XMPDateTimeImpl());
XMPNormalizer.java 479 binGPSStamp = new XMPDateTimeImpl(cal);

Completed in 75 milliseconds