Searched defs:dateTime (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Ducal.cpp345 UDate dateTime,
350 ((Calendar*)cal)->setTime(dateTime, *status);
344 ucal_setMillis( UCalendar* cal, UDate dateTime, UErrorCode* status ) argument
/external/jhead/
H A Dexif.c1229 char* dateTime = NULL; local
1233 dateTime = ImageInfo.DateTime;
1237 dateTime = dateBuf;
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h694 @property(copy) NSString *dateTime; variable
/external/libxml2/
H A Dxmlschemastypes.c472 xmlSchemaTypeDatetimeDef = xmlSchemaInitBasicType("dateTime",
1536 * @dateTime: string to analyze
1539 * Check that @dateTime conforms to the lexical space of one of the date types.
1547 const xmlChar *dateTime, xmlSchemaValPtr *val,
1551 const xmlChar *cur = dateTime;
1564 if (dateTime == NULL)
1660 cur = dateTime;
1695 /* it should be an xs:dateTime */
1546 xmlSchemaValidateDates(xmlSchemaValType type, const xmlChar *dateTime, xmlSchemaValPtr *val, int collapse) argument

Completed in 115 milliseconds