Searched refs:datevalue (Results 1 – 4 of 4) sorted by relevance
199 datevalue = fileheaders.getheader('Date')202 time.strptime(datevalue, dateformat)
185 datevalue = fileheaders.get('Date')188 time.strptime(datevalue, dateformat)
968 int element, const ipp_uchar_t *datevalue)
3746 const ipp_uchar_t *datevalue)/* I - dateTime value */ in ippSetDate() argument3756 element < 0 || element > (*attr)->num_values || !datevalue) in ippSetDate()3764 memcpy(value->date, datevalue, sizeof(value->date)); in ippSetDate()