Searched refs:months (Results 1 - 18 of 18) sorted by relevance

/external/icu4c/test/perf/DateFmtPerf/
H A Ddatedata.h25 static int months[] = { variable
H A DDateFmtPerf.h184 cal->set(years[i], months[i], days[i]);
/external/webkit/Source/WebCore/html/
H A DMonthInputType.cpp89 double months = date.monthsSinceEpoch(); local
90 ASSERT(isfinite(months));
91 return months;
124 double months = date.monthsSinceEpoch(); local
125 ASSERT(isfinite(months));
126 return months;
H A DDateComponents.h127 bool setMonthsSinceEpoch(double months);
133 // Returns the number of months from 1970-01.
H A DDateComponents.cpp50 static const int maximumMonthInMaximumYear = 8; // This is September, since months are 0 based.
588 bool DateComponents::setMonthsSinceEpoch(double months) argument
590 if (!isfinite(months))
592 months = round(months);
593 double doubleMonth = positiveFmod(months, 12);
594 double doubleYear = 1970 + (months - doubleMonth) / 12;
H A DFTPDirectoryDocument.cpp247 static const char* months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "???" }; local
256 dateString = makeString(months[month], ' ', String::number(fileTime.tm_mday), ", ", String::number(fileTime.tm_year));
258 dateString = makeString(months[month], ' ', String::number(fileTime.tm_mday), ", ", String::number(now.tm_year));
/external/ppp/pppd/plugins/radius/
H A Dutil.c27 static const char * months[] = variable
40 if (strncmp (months[i], valstr, 3) == 0)
/external/icu4c/samples/cal/
H A Dcal.c64 UChar *months [], UBool useLongNames,
67 static void free_months(UChar *months[]);
79 UChar *days [], UChar *months [],
89 /* Number of months in a year (yes, 13) */
92 /* Separation between months in year view */
168 /* Adjust because months are 0-based */
233 UChar *months [MONTH_COUNT]; local
253 print_year(c, days, months, useLongNames, fdow, status);
359 UChar *months [],
368 get_symbols(fmt, monthType, months, MONTH_COUN
371 free_months(UChar *months[]) argument
[all...]
/external/icu4c/i18n/
H A Dislamcal.cpp53 // cache of months
408 // Guess at the number of elapsed full months since the epoch
409 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH);
411 startDate = uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
420 months++;
425 while ((startDate = trueMonthStart(months)) > days) {
427 months--;
430 year = months / 12 + 1;
431 month = months % 12;
H A Dhebrwcal.cpp66 * The lengths of the Hebrew months. This is complicated, because there
393 int32_t months = (235 * year - 234) / 19; // # of months before year local
395 int64_t frac = (int64_t)months * MONTH_FRACT + BAHARAD; // Fractional part of day #
396 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation
497 // Resolve out-of-range months. This is necessary in order to
627 // Resolve out-of-range months. This is necessary in order to
/external/emma/lib/internal/
H A Dstamptool.jar ... Exception String labelInput StringBuffer result int ci char c int months
/external/chromium/net/ftp/
H A Dftp_util.cc135 const icu::UnicodeString* months = local
147 if (months[month].caseCompare(0, 3, unicode_text, 0) == 0) {
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h245 * @param months the new month strings. (not adopted; caller retains ownership)
249 void setMonths(const UnicodeString* months, int32_t count);
302 * @param months The new month strings. (not adopted; caller retains ownership)
308 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
/external/icu4c/test/intltest/
H A Dtsdtfmsy.cpp190 const UnicodeString *months = en.getMonths(count); local
191 fr.setMonths(months, count);
/external/webkit/Source/JavaScriptCore/runtime/
H A DDatePrototype.cpp340 // Converts a list of arguments sent to a Date member function into years, months, and milliseconds, updating
343 // Format of member function: f([years,] [months,] [days])
360 // months
362 double months = exec->argument(idx++).toIntegerPreserveNaN(exec); local
363 ok = isfinite(months);
364 t->month = toInt32(months);
/external/webkit/Source/WebKit/mac/History/
H A DWebHistory.mm488 return [[NSCalendarDate calendarDate] dateByAddingYears:0 months:0 days:-[self historyAgeInDaysLimit]
/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 ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 733 milliseconds