Home
last modified time | relevance | path

Searched defs:months (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/test/perf/DateFmtPerf/
Ddatedata.h25 static int months[] = { variable
/external/webkit/Source/WebCore/html/
DMonthInputType.cpp89 double months = date.monthsSinceEpoch(); in defaultValueForStepUp() local
124 double months = date.monthsSinceEpoch(); in parseToDouble() local
DFTPDirectoryDocument.cpp247 …static const char* months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oc… in processFileDateString() local
DDateComponents.cpp588 bool DateComponents::setMonthsSinceEpoch(double months) in setMonthsSinceEpoch()
/external/ppp/pppd/plugins/radius/
Dutil.c27 static const char * months[] = variable
/external/icu4c/samples/cal/
Dcal.c233 UChar *months [MONTH_COUNT]; in cal() local
371 static void free_months(UChar *months[]) in free_months()
535 print_year(UCalendar *c, in print_year()
/external/chromium/net/ftp/
Dftp_util.cc135 const icu::UnicodeString* months = in AbbreviatedMonthToNumber() local
/external/icu4c/test/intltest/
Dtsdtfmsy.cpp190 const UnicodeString *months = en.getMonths(count); in TestSymbols() local
/external/icu4c/i18n/
Dislamcal.cpp409 int32_t months = (int32_t)uprv_floor((double)days / CalendarAstronomer::SYNODIC_MONTH); in handleComputeFields() local
Dhebrwcal.cpp393 int32_t months = (235 * year - 234) / 19; // # of months before year in startOfYear() local
/external/webkit/Source/JavaScriptCore/runtime/
DDatePrototype.cpp362 double months = exec->argument(idx++).toIntegerPreserveNaN(exec); in fillStructuresUsingDateArgs() local