Searched refs:aDate (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ToDos/
H A DOverdueTransformer.py23 def transformedValue_(self, aDate):
24 if aDate is None:
26 if aDate.timeIntervalSinceNow() < 0:
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/ToDos/
H A DOverdueTransformer.py23 def transformedValue_(self, aDate):
24 if aDate is None:
26 if aDate.timeIntervalSinceNow() < 0:
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dincaltst.cpp417 UDate aDate = 999932400000.0; local
426 fmt2->format(aDate, str);
429 fmt->format(aDate, str);
436 if(otherDate != aDate) {
439 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
503 UDate aDate = 999932400000.0; local
511 fmt2->format(aDate, str);
514 fmt->format(aDate, str);
521 if(otherDate != aDate) {
526 errln("Parse incorrect of " + expected + " - wanted " + aDate
628 UDate aDate = 0; local
668 UDate aDate = 0; local
842 UDate aDate = fmt2->parse(gregorianDate, status); local
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoItem.py54 def initWithName_andDate_(self, aName, aDate):
72 if aDate:
73 self.setDay_(aDate)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DToDoItem.py54 def initWithName_andDate_(self, aName, aDate):
72 if aDate:
73 self.setDay_(aDate)
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dastro.h351 void setDate(UDate aDate) { setTime(aDate); } argument
H A Dumsg.cpp531 UDate *aDate; local
543 aDate = va_arg(ap, UDate*);
544 if(aDate){
545 *aDate = args[i].getDate();
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcdattst.c1250 static const UDate aDate = -631152000000.0; local
1263 udat_set2DigitYearStart(icudf, aDate, &subStatus);

Completed in 280 milliseconds