HomeSort by relevance Sort by last modified time
    Searched defs:month (Results 276 - 300 of 554) sorted by null

<<11121314151617181920>>

  /external/v8/src/
builtins.cc 2161 int year, month, day, weekday, hour, min, sec, ms; local
2246 double month = month_object->Number(); local
2322 double month = std::numeric_limits<double>::quiet_NaN(); local
2389 int year, month, day; local
2411 int year, month, day; local
2417 Handle<Object> month = args.at<Object>(2); local
2528 Handle<Object> month = args.atOrUndefined(isolate, 1); local
2599 int year, month, day; local
2620 int year, month, day; local
2626 Handle<Object> month = args.at<Object>(2); local
2734 Handle<Object> month = args.atOrUndefined(isolate, 1); local
2804 int year, month, day, weekday, hour, min, sec, ms; local
2856 int year, month, day, weekday, hour, min, sec, ms; local
2895 int year, month, day; local
2917 int year, month, day; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
BearerData.java 243 int month = IccUtils.cdmaBcdByteToInt(data[1]); local
244 if (month < 1 || month > 12) return null;
245 ts.month = month - 1;
266 builder.append(", month=" + month);
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
png.h 686 png_byte month; /* month of year, 1 - 12 */ member in struct:png_time_struct
687 png_byte day; /* day of month, 1 - 31 */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/google-breakpad/src/google_breakpad/common/
minidump_format.h 665 uint16_t month; member in struct:__anon12901
686 * the month member in the MDSystemTime structure is zero. */
698 * the month member in the MDSystemTime structure is zero.*/
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
Calendar.java 36 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
70 * as well as their meaning. For example, the first month of the year has value
71 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values
78 * <code>GregorianCalendar</code> interprets <code>MONTH</code> ==
84 * values between 1 and the length of the month.
94 * first week of the month or year as a reference point. The first week of a
95 * month or year is defined as the earliest seven day period beginning on
97 * <code>getMinimalDaysInFirstWeek()</code> days of that month or year. Weeks
106 * <code>Date</code> (such as only year and month but no day in the month),
4860 int year, month, dayOfMonth, dayOfYear; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegression.java 48 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",
160 calendar.set(Calendar.MONTH,3);
164 logln("MONTH: " + calendar.get(Calendar.MONTH));
171 //This will print out todays date for MONTH and DAY_OF_MONTH
174 logln("MONTH: " + calendar.get(Calendar.MONTH));
179 if (calendar.get(Calendar.MONTH) != 3 ||
211 * calendar.get(calendar.YEAR)); logln("MONTH: " +
212 * calendar.get(calendar.MONTH)); logln("WEEK_OF_YEAR: "
493 int sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmttst.cpp 830 int32_t month,yr,day,hr,min,sec; dateToFields(d,yr,month,day,hr,min,sec); local
831 logln((UnicodeString)" -> parse -> " + s + " (month = " + month + ")");
832 if (month != UCAL_JUNE) errln((UnicodeString)"FAIL: Month should be June");
836 dateToFields(d,yr,month,day,hr,min,sec);
837 logln((UnicodeString)" -> parse -> " + s + " (month = " + month + ")");
838 if (month != UCAL_JULY) errln((UnicodeString)"FAIL: Month should be July")
894 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
4029 int32_t month; \/\/ 1-based member in struct:__anon13605
4136 int32_t month = rootChineseCalendar->get(UCAL_MONTH, status) + 1; local
4228 int32_t month; member in struct:__anon13608
4331 int32_t month = cal->get(UCAL_MONTH, status); local
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 1271 int month, day; local
1305 error(_("invalid month name"));
1308 month = lp->l_value;
1310 while (j != month) {
1317 day <= 0 || day > len_months[isleap(year)][month]) {
1318 error(_("invalid day of month"));
2029 register int month, total; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
Calendar.java 35 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
69 * as well as their meaning. For example, the first month of the year has value
70 * <code>MONTH</code> == <code>JANUARY</code> for all calendars. Other values
77 * <code>GregorianCalendar</code> interprets <code>MONTH</code> ==
83 * values between 1 and the length of the month.
93 * first week of the month or year as a reference point. The first week of a
94 * month or year is defined as the earliest seven day period beginning on
96 * <code>getMinimalDaysInFirstWeek()</code> days of that month or year. Weeks
105 * <code>Date</code> (such as only year and month but no day in the month),
5024 int year, month, dayOfMonth, dayOfYear; local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegression.java 44 "ERA", "YEAR", "MONTH", "WEEK_OF_YEAR", "WEEK_OF_MONTH",
156 calendar.set(Calendar.MONTH,3);
160 logln("MONTH: " + calendar.get(Calendar.MONTH));
167 //This will print out todays date for MONTH and DAY_OF_MONTH
170 logln("MONTH: " + calendar.get(Calendar.MONTH));
175 if (calendar.get(Calendar.MONTH) != 3 ||
207 * calendar.get(calendar.YEAR)); logln("MONTH: " +
208 * calendar.get(calendar.MONTH)); logln("WEEK_OF_YEAR: "
489 int sec = 0, min = 0, hr = 0, day = 1, month = 10, year = 1997; local
    [all...]
  /external/libpng/
png.h 639 png_byte month; /* month of year, 1 - 12 */ member in struct:png_time_struct
640 png_byte day; /* day of month, 1 - 31 */
    [all...]
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp 163 FX_GetCalendarSymbol(m_pElement, "month", nMonth, bAbbr, wsMonthName);
2402 int32_t month = 1; local
3865 int32_t month = 1; local
4071 uint8_t month = datetime.GetMonth(); local
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 626 unsigned char month; /* 0x01-0x12 */ member in struct:__anon35400
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /external/ImageMagick/coders/
png.c 7853 month, local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java 84 {DateFormat.MONTH, "MMMM", "en", "LLLL"},
420 DateFormat.Field.MONTH,
507 DateFormat.Field.MONTH, // M
531 DateFormat.Field.MONTH, // L
1665 int month, yr, day; local
1726 int year,month,day; local
4113 public int month; \/\/ here 1-based field in class:DateFormatTest.ChineseCalTestDate
4213 int month = rootChineseCalendar.get(Calendar.MONTH) + 1; local
4231 public int month; field in class:DateFormatTest.CalAndFmtTestItem
4329 int month = cal.get(Calendar.MONTH); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java 80 {DateFormat.MONTH, "MMMM", "en", "LLLL"},
416 DateFormat.Field.MONTH,
503 DateFormat.Field.MONTH, // M
527 DateFormat.Field.MONTH, // L
1661 int month, yr, day; local
1722 int year,month,day; local
4109 public int month; \/\/ here 1-based field in class:DateFormatTest.ChineseCalTestDate
4209 int month = rootChineseCalendar.get(Calendar.MONTH) + 1; local
4227 public int month; field in class:DateFormatTest.CalAndFmtTestItem
4325 int month = cal.get(Calendar.MONTH); local
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.h 964 png_byte month; \/* month of year, 1 - 12 *\/ member in struct:png_time_struct
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-1240/
loc_api_common.h 79 u_char month; member in struct:rpc_loc_calendar_time_s_type
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 73 u_char month; member in struct:rpc_loc_calendar_time_s_type
    [all...]

Completed in 849 milliseconds

<<11121314151617181920>>