Home
last modified time | relevance | path

Searched refs:convertToDate (Results 1 – 3 of 3) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPUtils.java448 public static XMPDateTime convertToDate(String rawValue) throws XMPException in convertToDate() method in XMPUtils
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPNormalizer.java459 binGPSStamp = XMPUtils.convertToDate(gpsDateTime.getValue()); in fixGPSTimeStamp()
474 binOtherDate = XMPUtils.convertToDate(otherDate.getValue()); in fixGPSTimeStamp()
DXMPMetaImpl.java1404 value = XMPUtils.convertToDate(rawValue);
1407 XMPDateTime dt = XMPUtils.convertToDate(rawValue);