Searched refs:dates (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/auxprogs/
H A Dnightly-build-summary23 # whose keys are the dates at which nightly runs took place. The value
216 my (%dates) = @_;
218 foreach my $date (sort keys %dates) {
221 my %nightly = %{ $dates{$date} };
254 $dates{$date} = { %nightly };
257 return %dates;
269 my %dates = ();
303 $dates{$old_date} = { %nightly } if ($old_date ne "-1");
313 $dates{$old_date} = { %nightly } if ($old_date ne "-1");
316 %dates
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertificate.java96 // before and after dates
98 ASN1Sequence dates = (ASN1Sequence)seq.getObjectAt(seqStart + 4);
100 startDate = Time.getInstance(dates.getObjectAt(0));
101 endDate = Time.getInstance(dates.getObjectAt(1));
H A DTBSCertificateStructure.java98 // before and after dates
100 ASN1Sequence dates = (ASN1Sequence)seq.getObjectAt(seqStart + 4);
102 startDate = Time.getInstance(dates.getObjectAt(0));
103 endDate = Time.getInstance(dates.getObjectAt(1));
/external/smack/src/org/jivesoftware/smack/util/
H A DStringUtils.java144 * if date is in XEP-0091 format handle ambiguous dates missing the
209 List<Calendar> dates = filterDatesBefore(now, oneDigitMonth, twoDigitMonth);
211 if (!dates.isEmpty()) {
212 return determineNearestDate(now, dates).getTime();
229 private static List<Calendar> filterDatesBefore(Calendar now, Calendar... dates) { argument
232 for (Calendar calendar : dates) {
241 private static Calendar determineNearestDate(final Calendar now, List<Calendar> dates) { argument
243 Collections.sort(dates, new Comparator<Calendar>() {
253 return dates.get(0);
/external/chromium_org/third_party/icu/source/i18n/
H A Dvtzone.cpp525 UVector* dates, int fromOffset, UErrorCode& status) {
529 if (dates == NULL || dates->size() == 0) {
538 UnicodeString rrule = *((UnicodeString*)dates->elementAt(0));
549 if (dates->size() == 1) {
558 int32_t firstDay = 31; // max possible number of dates in a month
596 if (dates->size() > 7) {
613 for (i = 1; i < dates->size(); i++) {
614 rrule = *((UnicodeString*)dates->elementAt(i));
728 UDate start, UVector* dates, int32_
524 createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, UVector* dates, int fromOffset, UErrorCode& status) argument
1368 UVector *dates = NULL; // list of RDATE or RRULE strings local
[all...]
/external/icu/icu4c/source/i18n/
H A Dvtzone.cpp525 UVector* dates, int fromOffset, UErrorCode& status) {
529 if (dates == NULL || dates->size() == 0) {
538 UnicodeString rrule = *((UnicodeString*)dates->elementAt(0));
549 if (dates->size() == 1) {
558 int32_t firstDay = 31; // max possible number of dates in a month
596 if (dates->size() > 7) {
613 for (i = 1; i < dates->size(); i++) {
614 rrule = *((UnicodeString*)dates->elementAt(i));
728 UDate start, UVector* dates, int32_
524 createRuleByRRULE(const UnicodeString& zonename, int rawOffset, int dstSavings, UDate start, UVector* dates, int fromOffset, UErrorCode& status) argument
1374 UVector *dates = NULL; // list of RDATE or RRULE strings local
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp236 UDate dates [] = { local
259 UDate exp = dates[i];
819 UDate dates [] = { local
834 UDate exp = dates[i];
/external/icu/icu4c/source/test/intltest/
H A Ddtfmrgts.cpp241 UDate dates [] = { local
264 UDate exp = dates[i];
826 UDate dates [] = { local
841 UDate exp = dates[i];
H A Ddtfmttst.cpp1272 * Test the formatting of dates in different locales.
3422 errln((UnicodeString)"FAIL: Different dates str1:" + str1
3446 errln((UnicodeString)"FAIL: Different dates str1:" + str2
3470 errln((UnicodeString)"FAIL: Different dates str1:" + str3
3494 errln((UnicodeString)"FAIL: Different dates str1:" + str4
3873 const ChineseCalTestDate dates[NUM_TEST_DATES] = { local
3881 // locale date style; expected formats for the 3 dates above
3941 const ChineseCalTestDate * datePtr = dates;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1515 const TestWeekendDates * dates; member in struct:__anon11271
1592 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates;
/external/icu/icu4c/source/test/cintltst/
H A Dccaltst.c1669 const TestWeekendDates * dates; member in struct:__anon21181
1756 const TestWeekendDates * weekendDatesPtr = testDatesPtr->dates;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 6810 milliseconds