Searched defs:months (Results 1 - 25 of 27) sorted by relevance

12

/external/icu/icu4c/source/test/perf/DateFmtPerf/
H A Ddatedata.h29 static int months[] = { variable
/external/ppp/pppd/plugins/radius/
H A Dutil.c27 static const char * months[] = variable
40 if (strncmp (months[i], valstr, 3) == 0)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
H A DICUDurationTest.java79 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { argument
83 if (months >= 0) { fields.put(DatatypeConstants.MONTHS, months); }
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp228 const UnicodeString *months = en.getMonths(count); local
229 fr.setMonths(months, count);
H A Ddtfmttst.cpp4867 const UnicodeString *months = sym->getShortMonths(count); local
4871 assertEquals("", expected.unescape(), months[0]);
4883 // We should get the months of the hebrew calendar, not the gregorian
4886 const UnicodeString *months = sym->getShortMonths(count); local
4890 assertEquals("", expected, months[0]);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DICUDurationTest.java78 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { argument
82 if (months >= 0) { fields.put(DatatypeConstants.MONTHS, months); }
/external/toybox/toys/pending/
H A Dcrontab.c49 char months[]={"jan""feb""mar""apr""may""jun""jul" local
51 char *field = (size == 12) ? months : days;
H A Dcrond.c59 static char months[]={"jan""feb""mar""apr""may""jun""jul" variable
110 char *field = (size == 12) ? months : days;
/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp69 * The lengths of the Hebrew months. This is complicated, because there
396 int32_t months = (235 * year - 234) / 19; // # of months before year local
398 int64_t frac = (int64_t)months * MONTH_FRACT + BAHARAD; // Fractional part of day #
399 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation
500 // Resolve out-of-range months. This is necessary in order to
637 // Resolve out-of-range months. This is necessary in order to
/external/icu/icu4c/source/samples/cal/
H A Dcal.c68 UChar *months [], UBool useLongNames,
71 static void free_months(UChar *months[]);
83 UChar *days [], UChar *months [],
93 /* Number of months in a year (yes, 13) */
96 /* Separation between months in year view */
172 /* Adjust because months are 0-based */
237 UChar *months [MONTH_COUNT]; local
257 print_year(c, days, months, useLongNames, fdow, status);
363 UChar *months [],
372 get_symbols(fmt, monthType, months, MONTH_COUN
375 free_months(UChar *months[]) argument
[all...]
/external/emma/lib/internal/
H A Dstamptool.jar ... Exception String labelInput StringBuffer result int ci char c int months
/external/pdfium/fpdfsdk/javascript/
H A DPublicMethods.cpp62 const FX_WCHAR* const months[] = {L"Jan", L"Feb", L"Mar", L"Apr", member in namespace:__anon15771
491 if (sMonth.CompareNoCase(months[m]) == 0) {
706 sPart += months[nMonth - 1];
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormatSymbols.java49 * months, the names of the days of the week, and the time zone data.
353 * of 13 strings (some calendars have 13 months), indexed by
357 String months[] = null; field in class:DateFormatSymbols
361 * 13 strings (some calendars have 13 months), indexed by
370 * 13 strings (some calendars have 13 months), indexed by
379 * of 13 strings (some calendars have 13 months), indexed by
387 * 13 strings (some calendars have 13 months), indexed by
396 * 13 strings (some calendars have 13 months), indexed by
761 return duplicate(months);
777 returnValue = months;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormatSymbols.java48 * months, the names of the days of the week, and the time zone data.
364 * of 13 strings (some calendars have 13 months), indexed by
368 String months[] = null; field in class:DateFormatSymbols
372 * 13 strings (some calendars have 13 months), indexed by
381 * 13 strings (some calendars have 13 months), indexed by
390 * of 13 strings (some calendars have 13 months), indexed by
398 * 13 strings (some calendars have 13 months), indexed by
407 * 13 strings (some calendars have 13 months), indexed by
777 return duplicate(months);
794 returnValue = months;
[all...]
/external/libcxx/src/
H A Dlocale.cpp4571 static string months[24]; local
4572 months[0] = "January";
4573 months[1] = "February";
4574 months[2] = "March";
4575 months[3] = "April";
4576 months[4] = "May";
4577 months[5] = "June";
4578 months[6] = "July";
4579 months[7] = "August";
4580 months[
4603 static wstring months[24]; local
4635 static const string* months = init_months(); local
4643 static const wstring* months = init_wmonths(); local
[all...]
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
/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/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 8141 milliseconds

12