HomeSort by relevance Sort by last modified time
    Searched refs:month (Results 251 - 275 of 384) sorted by null

<<111213141516

  /external/icu4c/test/intltest/
tsdtfmsy.cpp 40 const UnicodeString* month; local
45 month=symbol->getMonths(cnt);
51 logln(month[i]);
70 const UnicodeString * month = symbol->getMonths(cnt,context[i],width[j]); local
75 logln(month[k]);
incaltst.cpp 148 * { era, year, gregorianYear, month, dayOfMonth, ... ... , -1 }
172 int32_t month = data[i++]; local
176 grego->set(gregorianYear, month, dayOfMonth);
181 cal.set(year, month, dayOfMonth);
188 logln(UnicodeString("OK: ") + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth +
191 errln(UnicodeString("Fail: (fields to millis)") + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth +
212 ", expected " + era + ":" + year + "/" + (month+1) + "/" +
268 UCAL_JUNE, // month
274 UCAL_FEBRUARY, // month
277 0, // test month calculation: 4795 BE = 4252 AD is a leap year, but 4795 AD is not
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 182 int month; field in class:CalendarUtilities.TimeZoneDate
193 setWord(bytes, offset + MSFT_SYSTEMTIME_MONTH, rrule.month);
210 setWord(bytes, offset + MSFT_SYSTEMTIME_MONTH, cal.get(Calendar.MONTH) + 1);
232 // MSFT month = 0 means no daylight time
238 tzd.month = num -1;
272 testCalendar.set(GregorianCalendar.MONTH, tzd.month);
349 int month; field in class:CalendarUtilities.RRule
353 * Create an RRULE based on month and date
354 * @param _month the month (1 = JAN, 12 = DEC
400 int month = calendar.get(Calendar.MONTH); local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
rbtz.cpp 345 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
350 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) {
354 return getOffset(era, year, month, day, dayOfWeek, millis,
355 Grego::monthLength(year, month), status);
360 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
372 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
ucal.cpp 344 int32_t month,
351 ((Calendar*)cal)->set(year, month, date);
358 int32_t month,
367 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
  /external/icu4c/i18n/
rbtz.cpp 345 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
350 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) {
354 return getOffset(era, year, month, day, dayOfWeek, millis,
355 Grego::monthLength(year, month), status);
360 RuleBasedTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
372 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
ucal.cpp 347 int32_t month,
354 ((Calendar*)cal)->set(year, month, date);
361 int32_t month,
370 ((Calendar*)cal)->set(year, month, date, hour, minute, second);
zonemeta.cpp 127 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, n; local
143 month = 10*month + n;
179 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
  /frameworks/base/services/java/com/android/server/
ThrottleService.java 656 int month = end.get(Calendar.MONTH); local
657 if (month == Calendar.DECEMBER) {
659 month = Calendar.JANUARY - 1;
661 end.set(Calendar.MONTH, month + 1);
674 int month = end.get(Calendar.MONTH); local
675 if (end.get(Calendar.MONTH) == Calendar.JANUARY) {
676 month = Calendar.DECEMBER + 1
    [all...]
  /bionic/libc/kernel/common/linux/
telephony.h 57 char month[3]; member in struct:__anon467
  /development/ndk/platforms/android-3/include/linux/
telephony.h 57 char month[3]; member in struct:__anon1092
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
WordWidget.java 79 // Pick out month names from resources
83 // Find current month and day
89 monthNames[today.month], today.monthDay);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 68 // Pick out month names from resources
72 // Find current month and day
78 monthNames[today.month], today.monthDay);
  /external/kernel-headers/original/linux/
telephony.h 103 char month[3]; member in struct:__anon5100
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
RecurrenceProcessorTest.java     [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon13808
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon14162
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon14516
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon14935
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon15298
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
telephony.h 57 char month[3]; member in struct:__anon15722
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 785 int32_t month; member in struct:FinalRulePart
833 month = _month;
842 if (month < 0 || month >= 12) {
843 os << "Invalid input month " << month; local
845 if (dom < 1 || dom > MONTH_LEN[month]) {
846 os << "Invalid input day of month " << dom;
861 << month << dom << dow << time
979 int32_t month, dom, dow, time, offset local
    [all...]
  /external/icu4c/tools/tzcode/
tz2icu.cpp 766 int32_t month; member in struct:FinalRulePart
814 month = _month;
823 if (month < 0 || month >= 12) {
824 os << "Invalid input month " << month; local
826 if (dom < 1 || dom > MONTH_LEN[month]) {
827 os << "Invalid input day of month " << dom;
842 << month << dom << dow << time
960 int32_t month, dom, dow, time, offset local
    [all...]
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 165 #define COARSE_UTC(year, month, day, hour, minute, second) \
168 (month - 1) * 30 * 24 * 60 * 60 + \
  /external/chromium/third_party/icu/source/test/intltest/
incaltst.cpp 148 * { era, year, gregorianYear, month, dayOfMonth, ... ... , -1 }
172 int32_t month = data[i++]; local
176 grego->set(gregorianYear, month, dayOfMonth);
181 cal.set(year, month, dayOfMonth);
188 logln(UnicodeString("OK: ") + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth +
191 errln(UnicodeString("Fail: (fields to millis)") + era + ":" + year + "/" + (month+1) + "/" + dayOfMonth +
212 ", expected " + era + ":" + year + "/" + (month+1) + "/" +
268 UCAL_JUNE, // month
274 UCAL_FEBRUARY, // month
277 0, // test month calculation: 4795 BE = 4252 AD is a leap year, but 4795 AD is not
    [all...]

Completed in 348 milliseconds

<<111213141516