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

  /frameworks/base/media/mtp/
MtpUtils.h 24 bool parseDateTime(const char* dateTime, time_t& outSeconds);
MtpObjectInfo.cpp 82 if (parseDateTime((const char*)string, time))
86 if (parseDateTime((const char*)string, time))
MtpUtils.cpp 36 bool parseDateTime(const char* dateTime, time_t& outSeconds) {
MtpServer.cpp 862 if (!parseDateTime(modified, modifiedTime))
    [all...]
  /external/webkit/Source/WebCore/html/
DateTimeInputType.cpp 91 return out->parseDateTime(characters, length, 0, end) && end == length;
DateComponents.h 104 bool parseDateTime(const UChar* src, unsigned length, unsigned start, unsigned& end);
DateComponents.cpp 481 bool DateComponents::parseDateTime(const UChar* src, unsigned length, unsigned start, unsigned& end)

Completed in 61 milliseconds