Home | History | Annotate | Download | only in source

Lines Matching refs:date

436 						char date [9];
438 stream.Get (date, 8);
440 date [8] = 0;
442 fDateTimeCreated.Decode_IPTC_Date (date);
480 char date [9];
482 stream.Get (date, 8);
484 date [8] = 0;
486 fDigitalCreationDateTime.Decode_IPTC_Date (date);
818 DNG_ASSERT (dateString.Length () == 8, "Wrong length IPTC date");
853 DNG_ASSERT (dateString.Length () == 8, "Wrong length IPTC date");