/external/webkit/Source/WebCore/html/ |
D | MonthInputType.cpp | 89 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()
|
D | DateComponents.cpp | 588 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()
|
D | FTPDirectoryDocument.cpp | 247 …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()
|
D | DateComponents.h | 127 bool setMonthsSinceEpoch(double months);
|
/external/icu4c/samples/cal/ |
D | cal.c | 64 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/ |
D | islamcal.cpp | 410 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()
|
D | hebrwcal.cpp | 393 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/ |
D | util.c | 27 static const char * months[] = variable 40 if (strncmp (months[i], valstr, 3) == 0) in rc_str2tm()
|
/external/icu4c/test/perf/DateFmtPerf/ |
D | datedata.h | 25 static int months[] = { variable
|
D | DateFmtPerf.h | 184 cal->set(years[i], months[i], days[i]); in call()
|
/external/chromium/net/ftp/ |
D | ftp_util.cc | 135 const icu::UnicodeString* months = in AbbreviatedMonthToNumber() local 147 if (months[month].caseCompare(0, 3, unicode_text, 0) == 0) { in AbbreviatedMonthToNumber()
|
/external/icu4c/i18n/unicode/ |
D | dtfmtsym.h | 246 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/ |
D | expect.1 | 50 Check interval: 15552000 (6 months)
|
/external/e2fsprogs/tests/m_dasd_bs/ |
D | expect.1 | 52 Check interval: 15552000 (6 months)
|
/external/guava/ |
D | README | 30 2. Deprecated non-beta APIs will be removed eighteen months after the
|
/external/icu4c/data/locales/ |
D | gl.txt | 385 other{"In {0} months"} 390 other{"{0} months ago"}
|
D | en.txt | 629 other{"{0} months"} 633 other{"In {0} months"} 637 other{"{0} months ago"}
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | README.txt | 43 that has caused various segfaults reading stabs info in the past few months
|
/external/icu4c/test/intltest/ |
D | tsdtfmsy.cpp | 190 const UnicodeString *months = en.getMonths(count); in TestSymbols() local 191 fr.setMonths(months, count); in TestSymbols()
|
/external/e2fsprogs/tests/m_no_opt/ |
D | expect.1 | 50 Check interval: 15552000 (6 months)
|
/external/e2fsprogs/tests/m_std/ |
D | expect.1 | 52 Check interval: 15552000 (6 months)
|
/external/dbus/doc/ |
D | system-activation.txt | 14 Launching programs using dbus has been a topic of interest for many months.
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | DatePrototype.cpp | 362 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/ |
D | LICINFO.TXT | 60 -- License provides for a 12.5% royalty to be paid to id Software in months
|
/external/e2fsprogs/tests/m_uninit/ |
D | expect.1 | 52 Check interval: 15552000 (6 months)
|