Home
last modified time | relevance | path

Searched refs:setDate (Results 1 – 25 of 47) sorted by relevance

12

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DAstroTest.java50 astro.setDate(gc.getTime()); in TestSolarLongitude()
103 astro.setDate(gc.getTime()); in TestLunarPosition()
260 astro.setDate(cal.getTime()); in TestSunriseTimes()
337 astro.setDate(cal3.getTime()); in TestBasics()
383 calastro.setDate(gc.getTime()); in TestMoonAge()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DAstroTest.java53 astro.setDate(gc.getTime()); in TestSolarLongitude()
106 astro.setDate(gc.getTime()); in TestLunarPosition()
263 astro.setDate(cal.getTime()); in TestSunriseTimes()
340 astro.setDate(cal3.getTime()); in TestBasics()
386 calastro.setDate(gc.getTime()); in TestMoonAge()
/third_party/typescript/tests/baselines/reference/
Dlibrary_DatePrototypeProperties.js41 Date.prototype.setDate(0); method in Date
90 Date.prototype.setDate(0); method in Date
Dlibrary_DatePrototypeProperties.types292 Date.prototype.setDate(0);
293 >Date.prototype.setDate(0) : number
294 >Date.prototype.setDate : (date: number) => number
298 >setDate : (date: number) => number
Dlibrary_DatePrototypeProperties.symbols249 Date.prototype.setDate(0);
250 >Date.prototype.setDate : Symbol(Date.setDate, Decl(lib.es5.d.ts, --, --))
254 >setDate : Symbol(Date.setDate, Decl(lib.es5.d.ts, --, --))
/third_party/jerryscript/tests/jerry/
Ddate-setters.js126 assert (d.setDate(0) == -day);
129 assert (d.setDate(1) == 0);
238 assert (isNaN (d.setDate()));
/third_party/icu/icu4c/source/test/intltest/
Dastrotst.cpp100 astro->setDate(gc->getTime(status)); in TestSolarLongitude()
127 astro->setDate(gc->getTime(status)); in TestLunarPosition()
298 astro3.setDate(cal.getTime(status)); in TestSunriseTimes()
464 astro->setDate(gc->getTime(status)); in TestMoonAge()
Dtfsmalls.cpp205 fta.setDate( 4.0 ); in test_Formattable()
/third_party/icu/icu4c/source/samples/msgfmt/
Dmain.cpp38 msgArgs[1].setDate(Calendar::getNow()); in main()
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/answers/
Dmain_3.cpp38 msgArgs[1].setDate(Calendar::getNow()); in main()
Dmain_2.cpp38 msgArgs[1].setDate(Calendar::getNow()); in main()
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/
Dmain.cpp38 msgArgs[1].setDate(Calendar::getNow()); in main()
/third_party/icu/icu4c/source/samples/msgfmt/answers/
Dmain_2.cpp38 msgArgs[1].setDate(Calendar::getNow()); in main()
Dmain_3.cpp38 msgArgs[1].setDate(Calendar::getNow()); in main()
/third_party/typescript/tests/cases/compiler/
Dlibrary_DatePrototypeProperties.ts40 Date.prototype.setDate(0);
/third_party/jerryscript/tests/jerry/es5.1/
Dbuiltin-prototypes.js37 assert (isNaN (Date.prototype.setDate()));
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_systemTime.js104 setDate: function (...args) { method
/third_party/node/deps/icu-small/source/i18n/
Dastro.h353 void setDate(UDate aDate) { setTime(aDate); } in setDate() function
/third_party/skia/third_party/externals/icu/source/i18n/
Dastro.h353 void setDate(UDate aDate) { setTime(aDate); } in setDate() function
/third_party/icu/icu4c/source/i18n/
Dastro.h353 void setDate(UDate aDate) { setTime(aDate); } in setDate() function
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h525 void setDate(UDate d);
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h525 void setDate(UDate d);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h525 void setDate(UDate d);
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarPanel.java55 public void setDate(Date date) { in setDate() method in CalendarPanel
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts728 setDate(date: number): number; method

12