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

/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/chromium/third_party/icu/source/i18n/
H A Dislamcal.cpp53 // cache of months
405 // Guess at the number of elapsed full months since the epoch
406 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH);
408 startDate = uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH - 1);
417 months++;
422 while ((startDate = trueMonthStart(months)) > days) {
424 months--;
427 year = months / 12 + 1;
428 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/icu4c/i18n/
H A Dislamcal.cpp53 // cache of months
405 // Guess at the number of elapsed full months since the epoch
406 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH);
408 startDate = uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH);
417 months++;
422 while ((startDate = trueMonthStart(months)) > days) {
424 months--;
427 year = months / 12 + 1;
428 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/chromium/net/ftp/
H A Dftp_util.cc110 const static char* months[] = { "jan", "feb", "mar", "apr", "may", "jun", local
113 for (size_t i = 0; i < arraysize(months); i++) {
114 if (LowerCaseEqualsASCII(text, months[i])) {
/external/clearsilver/cgi/
H A Ddate.c122 static char *months[] = { variable
130 if(!strcmp(months[x],mon))
/external/emma/lib/internal/
H A Dstamptool.jar ... Exception String labelInput StringBuffer result int ci char c int months
/external/webkit/WebCore/html/
H A DDateComponents.h128 bool setMonthsSinceEpoch(double months);
134 // Returns the number of months from 1970-01.
H A DDateComponents.cpp46 static const int gregorianStartMonth = 9; // This is October, since months are 0 based.
301 // No support for months before Gregorian calendar.
542 bool DateComponents::setMonthsSinceEpoch(double months) argument
544 if (!isfinite(months))
546 months = round(months);
547 double doubleMonth = positiveFmod(months, 12);
548 double doubleYear = 1970 + (months - doubleMonth) / 12;
H A DHTMLInputElement.cpp1631 double months = date.monthsSinceEpoch(); local
1632 ASSERT(isfinite(months));
1633 return months;
/external/chromium/third_party/icu/public/i18n/unicode/
H A Ddtfmtsym.h244 * @param months the new month strings. (not adopted; caller retains ownership)
248 void setMonths(const UnicodeString* months, int32_t count);
301 * @param months The new month strings. (not adopted; caller retains ownership)
307 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
/external/icu4c/i18n/unicode/
H A Ddtfmtsym.h244 * @param months the new month strings. (not adopted; caller retains ownership)
248 void setMonths(const UnicodeString* months, int32_t count);
301 * @param months The new month strings. (not adopted; caller retains ownership)
307 void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType width);
/external/webkit/WebCore/loader/
H A DFTPDirectoryDocument.cpp244 static const char* months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "???" }; local
253 dateString = String::format("%s %i, %i", months[month], fileTime.tm_mday, fileTime.tm_year);
255 dateString = String::format("%s %i, %i", months[month], fileTime.tm_mday, now.tm_year);
/external/chromium/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp190 const UnicodeString *months = en.getMonths(count); local
191 fr.setMonths(months, count);
/external/icu4c/test/intltest/
H A Dtsdtfmsy.cpp190 const UnicodeString *months = en.getMonths(count); local
191 fr.setMonths(months, count);
/external/clearsilver/imd/
H A Dimd.c30 static char *months[] = { variable
38 if(!strcmp(months[x],mon))
/external/webkit/WebKit/mac/History/
H A DWebHistory.mm488 return [[NSCalendarDate calendarDate] dateByAddingYears:0 months:0 days:-[self historyAgeInDaysLimit]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 264 milliseconds