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.java117 Date theDate = new Date(init1[i], init2[i], init3[i]); in testDateintintint() local
133 Date theDate = new Date(element); in testDatelong() local
145 Date theDate = new Date(TIME_TESTDATE1); in testGetHours() local
160 Date theDate = new Date(TIME_TESTDATE1); in testGetMinutes() local
175 Date theDate = new Date(TIME_TESTDATE1); in testGetSeconds() local
190 Date theDate = new Date(TIME_TESTDATE1); in testSetHours() local
205 Date theDate = new Date(TIME_TESTDATE1); in testSetMinutes() local
221 Date theDate = new Date(TIME_TESTDATE1); in testSetSeconds() local
249 Date theDate = new Date(theDates[i]); in testToString() local
280 Date theDate = new Date(TIME_TESTDATE1); in testSetTimelong() local
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormat.java151 private void tryDate(Date theDate) { in tryDate()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestDateFormat.java154 private void tryDate(Date theDate) { in tryDate()
/external/icu/icu4c/source/test/intltest/
Dtsdate.cpp150 void IntlTestDateFormat::tryDate(UDate theDate) in tryDate()
Dcallimts.cpp60 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()