HomeSort by relevance Sort by last modified time
    Searched refs:HOUR (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/icu/icu4c/source/test/intltest/
calregts.cpp 106 "HOUR",
168 logln(UnicodeString("HOUR=") + cal->get(UCAL_HOUR, status)); //prints 0
286 ": HOUR = " + cal->get(UCAL_HOUR,status));
413 logln("HOUR: " + Calendar::get(Calendar::HOUR));
439 logln("HOUR: " + Calendar::get(Calendar::HOUR));
504 logln(UnicodeString("Hour: ")+cal->get(UCAL_HOUR_OF_DAY, status));
506 logln(UnicodeString("Hour: ")+cal->get(UCAL_HOUR_OF_DAY, status));
808 cal1.set( Calendar::HOUR, 10 );
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tzfmt.cpp 178 HOUR = 1,
258 case HOUR:
272 return HOUR;
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 178 HOUR = 1,
258 case HOUR:
272 return HOUR;
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 75 * True if this is an allDay event. The hour, minute, second fields are
91 * Hour of day [0-23]
93 public int hour; field in class:Time
146 public static final int HOUR = 3;
254 * @param field one of the constants for HOUR, MINUTE, SECOND, etc.
263 case HOUR:
305 this.hour = 0;
324 * hour}, {@code minute}, and {@code second} are not 0.
378 * field of this Time class is set to true and the <code>hour</code>,
451 // hour
584 int hour = n; local
    [all...]
DateFormat.java 104 public static final char HOUR = 'h';
165 * Returns true if user preference is set to 24-hour format.
167 * @return true if 24 hour time format is selected, false otherwise.
174 * Returns true if user preference with the given user handle is set to 24-hour format.
177 * @return true if 24 hour time format is selected, false otherwise.
254 * to the current locale and the user's 12-/24-hour clock preference.
264 * to the current locale and the user's 12-/24-hour clock preference.
274 * to the current locale and the user's 12-/24-hour clock preference.
529 case 'K': // hour in am/pm (0-11)
530 case 'h': // hour in am/pm (1-12
532 int hour = inDate.get(Calendar.HOUR); local
542 int hour = inDate.get(Calendar.HOUR_OF_DAY); local
    [all...]
  /external/chromium_org/v8/src/
dateparser.h 21 // [3]: hour
31 YEAR, MONTH, DAY, HOUR, MINUTE, SECOND, MILLISECOND, UTC_OFFSET, OUTPUT_SIZE
295 void SetAbsoluteHour(int hour) { hour_ = hour; }
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 116 /** hour member
118 protected int hour; field in class:SIPDate
143 this.hour == other.hour &&
156 hour = -1;
246 hour = javaCal.get(Calendar.HOUR_OF_DAY);
264 if (hour < 10) {
265 hourString = "0" + hour;
267 hourString = "" + hour;
329 /** get the hour
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 371 int hour = cal.get(Calendar.HOUR); local
372 cal.set(Calendar.HOUR, hour);
375 // setting AM_PM without HOUR should not have any affect
380 hour = cal.get(Calendar.HOUR);
384 assertEquals(hour, cal.get(Calendar.HOUR));
516 // test by hour
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormat.java 139 * used for the one-based 24-hour clock. For example, 23:59 + 01:00 results
147 * used for the zero-based 24-hour clock. For example, 23:59 + 01:00 results
208 * {@link Calendar#HOUR} field.
214 * {@link Calendar#HOUR} field.
712 * Marks the hour of the day part of a date (0-11).
714 public static final Field HOUR_OF_DAY0 = new Field("hour of day", Calendar.HOUR_OF_DAY);
717 * Marks the hour of the day part of a date (1-12).
719 public static final Field HOUR_OF_DAY1 = new Field("hour of day 1", -1);
775 * Marks the hour part of a date (0-11).
777 public static final Field HOUR0 = new Field("hour", Calendar.HOUR)
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceProcessor.java 258 iterator.hour,
259 iterator.getActualMaximum(Time.HOUR));
785 freqField = Time.HOUR;
956 int hour = usebyhour local
1141 int hour = date.hour; local
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyStore2Test.java 684 int hourExpected = Calendar.getInstance().get(Calendar.HOUR);
691 int hourActual1 = Calendar.getInstance().get(Calendar.HOUR);
705 int hourActual2 = Calendar.getInstance().get(Calendar.HOUR);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_datetime.py 571 if hasattr(fromord, "hour"):
574 self.assertEqual(fromord.hour, 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_datetime.py 571 if hasattr(fromord, "hour"):
574 self.assertEqual(fromord.hour, 0)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
calendar.h 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
124 * AM_PM + HOUR
140 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
227 HOUR, // Example: 0..11
284 * Useful constants for hour in 12-hour clock. Used in GregorianCalendar.
549 * for that field (e.g., days for the day fields, hours for the hour
571 * for that field (e.g., days for the day fields, hours for the hour
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
601 * hour value in the range between 0 and 23, which is zero-based
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp 729 const int32_t HOUR = 3600;
738 if (offset <= -16*HOUR || offset >= 16*HOUR) {
832 if (offset < 0 || offset > HOUR) {
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 55 * <code>YEAR</code>, <code>MONTH</code>, <code>DAY</code>, <code>HOUR</code>,
124 * AM_PM + HOUR
140 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
227 HOUR, // Example: 0..11
284 * Useful constants for hour in 12-hour clock. Used in GregorianCalendar.
549 * for that field (e.g., days for the day fields, hours for the hour
571 * for that field (e.g., days for the day fields, hours for the hour
600 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
601 * hour value in the range between 0 and 23, which is zero-based
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
tz2icu.cpp 729 const int32_t HOUR = 3600;
738 if (offset <= -16*HOUR || offset >= 16*HOUR) {
832 if (offset < 0 || offset > (2 * HOUR)) {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleApiCalls.java 84 final int hour = intent.getIntExtra(EXTRA_HOUR, -1); local
93 if (hour < 0 || hour > 23 || minutes < 0 || minutes > 59) {
109 setSelectionFromIntent(intent, hour, minutes, selection, args);
135 Alarm alarm = new Alarm(hour, minutes);
257 int hour,
261 selection.append(Alarm.HOUR).append("=?");
262 args.add(String.valueOf(hour));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ssl.py 395 ("MON DAY 24HOUR:MINUTE:SEC YEAR TIMEZONE") and return
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ssl.py 395 ("MON DAY 24HOUR:MINUTE:SEC YEAR TIMEZONE") and return
  /external/owasp/sanitizer/tools/findbugs/lib/
jFormatString.jar 
  /prebuilts/misc/common/com.android.uiautomator.platform.common/
com.android.uiautomator.platform.common.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jFormatString/2.0.1/
jFormatString-2.0.1.jar 
  /libcore/luni/src/main/java/java/util/
Formatter.java 392 * <td width="25%">2-digit 24-hour hour of day (00-23).</td>
398 * <td width="25%">2-digit 12-hour hour of day (01-12).</td>
410 * <td width="25%">24-hour hour of day (0-23).</td>
416 * <td width="25%">12-hour hour of day (1-12).</td>
458 * <td width="25%">Full 12-hour time ({@code %tI:%tM:%tS %Tp}).</td>
464 * <td width="25%">Short 24-hour time ({@code %tH:%tM}).</td
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetPager.java     [all...]

Completed in 1379 milliseconds

12 3 4