Home
last modified time | relevance | path

Searched refs:months (Results 1 – 25 of 64) sorted by relevance

123

/external/webkit/Source/WebCore/html/
DMonthInputType.cpp89 double months = date.monthsSinceEpoch(); in defaultValueForStepUp() local
90 ASSERT(isfinite(months)); in defaultValueForStepUp()
91 return months; in defaultValueForStepUp()
124 double months = date.monthsSinceEpoch(); in parseToDouble() local
125 ASSERT(isfinite(months)); in parseToDouble()
126 return months; in parseToDouble()
DDateComponents.cpp588 bool DateComponents::setMonthsSinceEpoch(double months) in setMonthsSinceEpoch() argument
590 if (!isfinite(months)) in setMonthsSinceEpoch()
592 months = round(months); in setMonthsSinceEpoch()
593 double doubleMonth = positiveFmod(months, 12); in setMonthsSinceEpoch()
594 double doubleYear = 1970 + (months - doubleMonth) / 12; in setMonthsSinceEpoch()
DFTPDirectoryDocument.cpp247 …static const char* months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oc… in processFileDateString() local
256 …dateString = makeString(months[month], ' ', String::number(fileTime.tm_mday), ", ", String::number… in processFileDateString()
258 …dateString = makeString(months[month], ' ', String::number(fileTime.tm_mday), ", ", String::number… in processFileDateString()
DDateComponents.h127 bool setMonthsSinceEpoch(double months);
/external/icu4c/samples/cal/
Dcal.c64 UChar *months [], UBool useLongNames,
67 static void free_months(UChar *months[]);
79 UChar *days [], UChar *months [],
233 UChar *months [MONTH_COUNT]; in cal() local
253 print_year(c, days, months, useLongNames, fdow, status); in cal()
359 UChar *months [], in get_months()
368 …get_symbols(fmt, monthType, months, MONTH_COUNT - 1, 0, 0, status); /* some locales have 13 months… in get_months()
371 static void free_months(UChar *months[]) in free_months() argument
373 free_symbols(months, MONTH_COUNT - 1); in free_months()
537 UChar *months [], in print_year()
[all …]
/external/icu4c/i18n/
Dislamcal.cpp410 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields() local
412 startDate = uprv_floor(months * CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields()
421 months++; in handleComputeFields()
426 while ((startDate = trueMonthStart(months)) > days) { in handleComputeFields()
428 months--; in handleComputeFields()
431 year = months / 12 + 1; in handleComputeFields()
432 month = months % 12; in handleComputeFields()
Dhebrwcal.cpp393 int32_t months = (235 * year - 234) / 19; // # of months before year in startOfYear() local
395 int64_t frac = (int64_t)months * MONTH_FRACT + BAHARAD; // Fractional part of day # in startOfYear()
396 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation in startOfYear()
/external/ppp/pppd/plugins/radius/
Dutil.c27 static const char * months[] = variable
40 if (strncmp (months[i], valstr, 3) == 0) in rc_str2tm()
/external/icu4c/test/perf/DateFmtPerf/
Ddatedata.h25 static int months[] = { variable
DDateFmtPerf.h184 cal->set(years[i], months[i], days[i]); in call()
/external/chromium/net/ftp/
Dftp_util.cc135 const icu::UnicodeString* months = in AbbreviatedMonthToNumber() local
147 if (months[month].caseCompare(0, 3, unicode_text, 0) == 0) { in AbbreviatedMonthToNumber()
/external/icu4c/i18n/unicode/
Ddtfmtsym.h246 void setMonths(const UnicodeString* months, int32_t count);
305 …void setMonths(const UnicodeString* months, int32_t count, DtContextType context, DtWidthType widt…
/external/e2fsprogs/tests/m_large_file/
Dexpect.150 Check interval: 15552000 (6 months)
/external/e2fsprogs/tests/m_dasd_bs/
Dexpect.152 Check interval: 15552000 (6 months)
/external/guava/
DREADME30 2. Deprecated non-beta APIs will be removed eighteen months after the
/external/icu4c/data/locales/
Dgl.txt385 other{"In {0} months"}
390 other{"{0} months ago"}
Den.txt629 other{"{0} months"}
633 other{"In {0} months"}
637 other{"{0} months ago"}
/external/valgrind/main/coregrind/m_debuginfo/
DREADME.txt43 that has caused various segfaults reading stabs info in the past few months
/external/icu4c/test/intltest/
Dtsdtfmsy.cpp190 const UnicodeString *months = en.getMonths(count); in TestSymbols() local
191 fr.setMonths(months, count); in TestSymbols()
/external/e2fsprogs/tests/m_no_opt/
Dexpect.150 Check interval: 15552000 (6 months)
/external/e2fsprogs/tests/m_std/
Dexpect.152 Check interval: 15552000 (6 months)
/external/dbus/doc/
Dsystem-activation.txt14 Launching programs using dbus has been a topic of interest for many months.
/external/webkit/Source/JavaScriptCore/runtime/
DDatePrototype.cpp362 double months = exec->argument(idx++).toIntegerPreserveNaN(exec); in fillStructuresUsingDateArgs() local
363 ok = isfinite(months); in fillStructuresUsingDateArgs()
364 t->month = toInt32(months); in fillStructuresUsingDateArgs()
/external/quake/quake/src/WinQuake/data/
DLICINFO.TXT60 -- License provides for a 12.5% royalty to be paid to id Software in months
/external/e2fsprogs/tests/m_uninit/
Dexpect.152 Check interval: 15552000 (6 months)

123