Home
last modified time | relevance | path

Searched defs:aDate (Results 1 – 19 of 19) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DeveryTypeWithInitializer.js28 var aDate = new Date(12); variable
77 var aDate = new Date(12); variable
DeveryTypeWithAnnotationAndInitializer.js28 var aDate: Date = new Date(12); variable
76 var aDate = new Date(12); variable
DthrowStatements.js32 var aDate = new Date(12); variable
116 var aDate = new Date(12); variable
DeveryTypeWithAnnotationAndInvalidInitializer.js37 var aDate: Date = 9.9; variable
/third_party/typescript/tests/cases/conformance/statements/VariableStatements/
DeveryTypeWithInitializer.ts27 var aDate = new Date(12); variable
DeveryTypeWithAnnotationAndInitializer.ts27 var aDate: Date = new Date(12); variable
DeveryTypeWithAnnotationAndInvalidInitializer.ts36 var aDate: Date = 9.9; variable
/third_party/typescript/tests/cases/conformance/statements/throwStatements/
DthrowStatements.ts33 var aDate = new Date(12); variable
/third_party/icu/icu4c/source/test/intltest/
Dincaltst.cpp441 UDate aDate = 999932400000.0; in TestBuddhistFormat() local
520 UDate aDate = 999932400000.0; in TestJapaneseFormat() local
641 UDate aDate = 0; in TestJapanese3860() local
676 UDate aDate = 0; in TestJapanese3860() local
904 UDate aDate = fmt2.parse(gregorianDate, status); in TestPersianFormat() local
/third_party/typescript/tests/cases/conformance/statements/forStatements/
DforStatements.ts29 for(var aDate: Date = new Date(12);;){} variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DJapaneseTest.java164 Date aDate = format.parse(jCalGannenDate, pos); in Test3860() local
294 Date aDate = new Date(aDateLong); in Test5345parse() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DJapaneseTest.java167 Date aDate = format.parse(jCalGannenDate, pos); in Test3860() local
297 Date aDate = new Date(aDateLong); in Test5345parse() local
/third_party/icu/icu4c/source/i18n/
Dastro.h353 void setDate(UDate aDate) { setTime(aDate); } in setDate()
Dumsg.cpp529 UDate *aDate; in umsg_vparse() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dastro.h353 void setDate(UDate aDate) { setTime(aDate); } in setDate()
Dumsg.cpp529 UDate *aDate; in umsg_vparse() local
/third_party/node/deps/icu-small/source/i18n/
Dastro.h353 void setDate(UDate aDate) { setTime(aDate); } in setDate()
Dumsg.cpp529 UDate *aDate; in umsg_vparse() local
/third_party/icu/icu4c/source/test/cintltst/
Dcdattst.c1346 static const UDate aDate = -631152000000.0; in TestRelativeCrash() local