Home
last modified time | relevance | path

Searched refs:getDay (Results 1 – 25 of 32) sorted by relevance

12

/third_party/node/deps/npm/node_modules/is-date-object/
Dindex.js3 var getDay = Date.prototype.getDay; variable
6 getDay.call(value);
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-786.js34 try { Array.prototype.forEach(Date.prototype.getDay) } catch (err) { } argument
37 try { Math.asin(Date.prototype.getDay) } catch (err) { }
38 try { Array.prototype.some(Date.prototype.getDay) } catch (err) { } argument
Ddate-getters.js24 assert (d.getDay() == 4);
44 assert (d.getDay() == 4);
64 assert (d.getDay() == 4);
85 assert (isNaN (d.getDay()));
Dregression-test-issue-1386.js17 var last_date = new Date(y, m, 1).getDay ();
20 assert (last_date == new Date(y, m, d).getDay ());
/third_party/typescript/tests/baselines/reference/
DexternModule.js4 public getDay():number;
34 d.getDay();
54 d.getDay();
DexternModule.types9 public getDay():number;
10 >getDay : () => number
126 d.getDay();
127 >d.getDay() : any
128 >d.getDay : any
130 >getDay : any
Dlibrary_DatePrototypeProperties.js20 Date.prototype.getDay(); method in Date
70 Date.prototype.getDay(); method in Date
DexternModule.symbols6 public getDay():number;
7 >getDay : Symbol(XDate.getDay, Decl(externModule.ts, 1, 24))
121 d.getDay();
Dlibrary_DatePrototypeProperties.types123 Date.prototype.getDay();
124 >Date.prototype.getDay() : number
125 >Date.prototype.getDay : () => number
129 >getDay : () => number
DexternModule.errors.txt28 public getDay():number;
73 d.getDay();
Dlibrary_DatePrototypeProperties.symbols109 Date.prototype.getDay();
110 >Date.prototype.getDay : Symbol(Date.getDay, Decl(lib.es5.d.ts, --, --))
114 >getDay : Symbol(Date.getDay, Decl(lib.es5.d.ts, --, --))
D1.0lib-noErrors.js645 getDay(): number;
/third_party/typescript/tests/cases/compiler/
DexternModule.ts3 public getDay():number; method in XDate
33 d.getDay();
Dlibrary_DatePrototypeProperties.ts19 Date.prototype.getDay();
/third_party/boost/libs/icl/example/
Dtoytime.hpp35 int getDay()const { return m_time/(24*60); } in getDay() function in boost::icl::Time
39 std::string getDayString()const { return daynames[getDay()]; } in getDayString()
/third_party/typescript/tests/cases/conformance/decorators/
D1.0lib-noErrors.ts645 getDay(): number; method
/third_party/jerryscript/jerry-core/lit/
Dlit-magic-strings.ini153 LIT_MAGIC_STRING_GET_DAY_UL = "getDay"
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_notification.js126 getDay: function () { method
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java790 public int getDay() { return day; } in TestAddAcrossOffsetTransitions() method in CompatibilityTest.TransitionItem
807 …cal.set( transitionItem.getYear(), transitionItem.getMonth(), transitionItem.getDay(), itemHour, 0… in TestAddAcrossOffsetTransitions()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCompatibilityTest.java793 public int getDay() { return day; } in TestAddAcrossOffsetTransitions() method in CompatibilityTest.TransitionItem
810 …cal.set( transitionItem.getYear(), transitionItem.getMonth(), transitionItem.getDay(), itemHour, 0… in TestAddAcrossOffsetTransitions()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dmeasunit.h1374 static MeasureUnit getDay();
/third_party/node/deps/icu-small/source/i18n/unicode/
Dmeasunit.h1392 static MeasureUnit getDay();
/third_party/icu/icu4c/source/i18n/unicode/
Dmeasunit.h1374 static MeasureUnit getDay();
/third_party/icu/icu4c/source/i18n/
Dmeasunit.cpp928 MeasureUnit MeasureUnit::getDay() { in getDay() function in MeasureUnit
/third_party/skia/third_party/externals/icu/source/i18n/
Dmeasunit.cpp928 MeasureUnit MeasureUnit::getDay() { in getDay() function in MeasureUnit

12