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

  /external/webkit/WebCore/html/
HTMLModElement.cpp 46 String HTMLModElement::dateTime() const
  /packages/apps/IM/src/com/android/im/imps/
ImpsChatSessionManager.java 154 String dateTime = msgInfo.getChildContents(ImpsTags.DateTime);
155 if (dateTime != null) {
158 t.parse(dateTime);
195 // msgInfo.addChild(ImpsTags.DateTime, DateUtils.writeDateTime(calendar));
  /packages/apps/Email/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 163 long dateTime = Utility.parseEmailDateTimeToMillis(dateString);
165 cal.setTimeInMillis(dateTime);
178 long dateTime = Utility.parseDateTimeToMillis(dateString);
180 cal.setTimeInMillis(dateTime);
    [all...]
  /external/jhead/
exif.c 216 { TAG_DATETIME, "DateTime", FMT_STRING, 20},
635 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
640 if (!isdigit(ImageInfo.DateTime[0])){
643 strncpy(ImageInfo.DateTime, (char *)ValuePtr, 19);
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 28 milliseconds