/external/icu4c/test/intltest/ |
windttst.h | 23 * \brief C++ API: Format dates using Windows API.
|
winnmtst.h | 23 * \brief C++ API: Format dates using Windows API.
|
winutil.h | 23 * \brief C++ API: Format dates using Windows API.
|
tzoffloc.cpp | 47 const int32_t DATES[NUM_DATES][6] = { 186 cal->set(DATES[i][0], DATES[i][1], DATES[i][2], DATES[i][3], DATES[i][4]); 206 int32_t offset = TESTZONES[i]->getOffset(GregorianCalendar::AD, DATES[d][0], DATES[d][1], DATES[d][2], 207 UCAL_SUNDAY, DATES[d][5], status) [all...] |
caltztst.h | 32 // Utility method for formatting dates for printing; useful for Java->C++ conversion. 43 // from local dates returned by date() by the current default zone offset.
|
tzfmttst.cpp | 72 // Set up test dates 73 UDate DATES[(sizeof(testDateData)/sizeof(int32_t))/3]; 78 DATES[i] = cal->getTime(status); 134 sdf->format(DATES[datidx], tzstr, fpos); 159 tz->getOffset(DATES[datidx], false, inRaw, inDst, status); 164 outtz.getOffset(DATES[datidx], false, outRaw, outDst, status); 187 + ", time=" + DATES[datidx] + ", str=" + tzstr 192 + ", time=" + DATES[datidx] + ", str=" + tzstr 217 + ", time=" + DATES[datidx] + ", str=" + tzstr 225 + ", time=" + DATES[datidx] + ", str=" + tzst [all...] |
dtfmttst.h | 144 * Test the formatting of dates in different locales. 202 * Test Relative Dates
|
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MyKeyStore.java | 53 private Hashtable<String, Object> Dates = new Hashtable<String, Object>(); 86 if (Dates.containsKey(alias)) { 87 return (Date) Dates.get(alias); 101 Dates.put(alias, new Date()); 121 Dates.put(alias, new Date()); 128 Dates.put(alias, new Date()); 188 DatesSL.put(alias, Dates.get(alias)); 197 DatesSL.put(alias, Dates.get(alias)); 206 Dates.clear(); 212 Dates.put(alias, DatesSL.get(alias)) [all...] |
/dalvik/libcore/text/src/main/java/java/text/ |
package.html | 11 code. Support for localization is given for numbers, messages, dates and
|
/external/icu4c/data/xml/main/ |
root.xml | 24 <dates> 54 </dates>
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RRuleTest.java | 33 private static String[] getFormattedDates(long[] dates, Time time, boolean truncate) { 34 String[] out = new String[dates.length]; 36 for (long date : dates) { 174 // Fails: wrong dates 181 // Fails: wrong dates 188 // Fails: wrong dates 325 //Fails: wrong dates 339 // Fails: generates wrong dates 351 //Fails: wrong dates 376 // Fails: wrong dates [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/ |
TBSCertificateStructure.java | 97 // before and after dates 99 ASN1Sequence dates = (ASN1Sequence)seq.getObjectAt(seqStart + 4); local 101 startDate = Time.getInstance(dates.getObjectAt(0)); 102 endDate = Time.getInstance(dates.getObjectAt(1));
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
15.9.2.2-1.js | 52 // Dates around 1970 59 // Dates around 2000 66 // Dates around 1900 73 // Dates around feb 29, 2000 79 // Dates around jan 1, 2005 85 // Dates around jan 1, 2032
|
15.9.2.2-2.js | 52 // Dates around 2000 60 // Dates around 1900 67 // Dates around feb 29, 2000 73 // Dates around jan 1, 2005 79 // Dates around jan 1, 2032
|
15.9.2.2-4.js | 52 // Dates around feb 29, 2000 59 // Dates around jan 1, 2005 65 // Dates around jan 1, 2032
|
15.9.2.1.js | 55 // Dates around 1970 62 // Dates around 2000 69 // Dates around 1900 76 // Dates around feb 29, 2000 82 // Dates around jan 1, 2005 88 // Dates around jan 1, 2032
|
15.9.2.2-3.js | 52 // Dates around 1900 60 // Dates around feb 29, 2000 66 // Dates around jan 1, 2005 72 // Dates around jan 1, 2032
|
15.9.2.2-5.js | 52 // Dates around jan 1, 2005 58 // Dates around jan 1, 2032
|
/frameworks/base/core/tests/coretests/src/android/provider/ |
SmsProviderTest.java | 41 String[] dates = new String[]{ local 62 map.put("date", dates[i]);
|
/external/icu4c/i18n/ |
buddhcal.h | 42 * calendar is not in lenient mode (see <code>setLenient</code>), dates before 218 * Returns the beginning date of the 100-year window that dates 224 * Returns the first year of the 100-year window that dates with 230 * Initializes the 100-year window that dates with 2-digit years
|
/frameworks/base/core/java/android/text/method/ |
DateKeyListener.java | 23 * For entering dates in a text field.
|
DateTimeKeyListener.java | 23 * For entering dates and times in the same text field.
|
/packages/apps/Stk/src/com/android/stk/ |
StkDigitsKeyListener.java | 24 * For entering dates in a text field.
|
/external/proguard/src/proguard/ |
UpToDateChecker.java | 56 // Check the dates of the program jars, if any. 88 // Check the dates of the library jars, if any.
|
/frameworks/base/core/java/android/webkit/ |
DateSorter.java | 26 * Sorts dates into the following groups: 109 // Since this provides a lower boundary on dates that will be included
|