Home
last modified time | relevance | path

Searched defs:theDate (Results 1 – 6 of 6) sorted by relevance

/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DDateTest.java118 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint() local
134 Date theDate = new Date(element); in testDatelong() local
146 Date theDate = new Date(TIME_TESTDATE1); in testGetHours() local
161 Date theDate = new Date(TIME_TESTDATE1); in testGetMinutes() local
176 Date theDate = new Date(TIME_TESTDATE1); in testGetSeconds() local
191 Date theDate = new Date(TIME_TESTDATE1); in testSetHours() local
206 Date theDate = new Date(TIME_TESTDATE1); in testSetMinutes() local
222 Date theDate = new Date(TIME_TESTDATE1); in testSetSeconds() local
250 Date theDate = new Date(theDates[i]); in testToString() local
281 Date theDate = new Date(TIME_TESTDATE1); in testSetTimelong() local
[all …]
/external/icu4c/test/intltest/
Dtsdate.cpp147 void IntlTestDateFormat::tryDate(UDate theDate) in tryDate()
Dcallimts.cpp56 UnicodeString theDate; in test() local
/external/chromium_org/third_party/icu/source/test/intltest/
Dtsdate.cpp147 void IntlTestDateFormat::tryDate(UDate theDate) in tryDate()
Dcallimts.cpp56 UnicodeString theDate; in test() local
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java151 public void setDate(int parameterIndex, Date theDate, Calendar theCalendar) in setDate()
155 public void setDate(int parameterIndex, Date theDate) throws SQLException { in setDate()
1105 public void setDate(String parameterName, Date theDate) throws SQLException { in setDate()
1109 public void setDate(String parameterName, Date theDate, Calendar theCalendar) in setDate()