HomeSort by relevance Sort by last modified time
    Searched full:tminutes (Results 1 - 1 of 1) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
ISO8601Converter.java 369 int tminutes = Math.abs(offset % 3600000 / 60000); local
373 buffer.append(df.format(tminutes));

Completed in 62 milliseconds