Searched refs:hour (Results 151 - 175 of 245) sorted by relevance

12345678910

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dcalendar.h140 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
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.
635 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
636 * hour value in the range between 0 and 23, which is zero-based.
667 * When rolling on the hour
[all...]
H A Dtzfmt.h777 * Appends seconds field to the offset pattern with hour/minute
778 * Note: This code will be obsoleted once we add hour-minute-second pattern data in CLDR.
780 * @param result the output offset pattern including hour, minute and seconds fields
787 * Truncates minutes field to the offset pattern with hour/minute
788 * Note: This code will be obsoleted once we add hour pattern data in CLDR.
899 * @param hour receives the hour offset field
905 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const;
1015 * Initialize localized GMT format offset hour/min/sec patterns.
H A Ducal.h316 * hour of the morning or afternoon. <code>HOUR</code> is used for the 12-hour
327 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock.
336 * minute within the hour.
647 * 3,600,000 (one hour) or zero.
1044 * @param hour The desired hour of day.
1058 int32_t hour,
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader_unittest.cc355 EXPECT_EQ(6, exploded.hour);
424 EXPECT_EQ(15, exploded.hour);
H A Dzip_internal.cc248 zip_info.tmz_date.tm_hour = file_time_parts.hour;
H A Dzip_reader.cc60 exploded_time.hour = raw_file_info.tmu_date.tm_hour;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_table.js360 {hour: 'numeric', minute: 'numeric', hour12: use12hourClock});
365 hour: 'numeric', minute: 'numeric', hour12: use12hourClock
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h140 * hour at 2:00 AM. So wall clock time from 1:00 AM to 1:59 AM occur twice. In this
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.
635 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
636 * hour value in the range between 0 and 23, which is zero-based.
667 * When rolling on the hour
[all...]
H A Dtzfmt.h768 * Appends seconds field to the offset pattern with hour/minute
769 * Note: This code will be obsoleted once we add hour-minute-second pattern data in CLDR.
771 * @param result the output offset pattern including hour, minute and seconds fields
778 * Truncates minutes field to the offset pattern with hour/minute
779 * Note: This code will be obsoleted once we add hour pattern data in CLDR.
890 * @param hour receives the hour offset field
896 UVector* patternItems, UBool forceSingleHourDigit, int32_t& hour, int32_t& min, int32_t& sec) const;
1006 * Initialize localized GMT format offset hour/min/sec patterns.
H A Ducal.h316 * hour of the morning or afternoon. <code>HOUR</code> is used for the 12-hour
327 * hour of the day. <code>HOUR_OF_DAY</code> is used for the 24-hour clock.
336 * minute within the hour.
647 * 3,600,000 (one hour) or zero.
1042 * @param hour The desired hour of day.
1056 int32_t hour,
/external/chromium_org/chrome/common/
H A Dlogging_chrome.cc431 time_deets.hour,
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprint_job_handler.cc232 create_time_exploded.hour,
/external/chromium_org/remoting/base/
H A Dutil.cc31 tex.hour, tex.minute, tex.second);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmttst.cpp366 int32_t hour = 2 + (defaultOffset - PSTOffset) / (60*60*1000); local
367 // hour is the expected hour of day, in units of seconds
368 hour = ((hour < 0) ? hour + 24 : hour) * 60*60;
381 hour += defaultTZ->inDaylightTime(d, status) ? 1 : 0;
383 if (hr != hour)
384 errln((UnicodeString)"FAIL: Should parse to hour "
856 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
4055 int32_t hour; member in struct:__anon12309
[all...]
H A Dtztest.cpp1564 errln(UnicodeString("Set DST offset to 0.5 hour, but got back ") + (tz->getDSTSavings() /
1589 errln(UnicodeString("The offset for 10 AM, 6/1/98 (with a 1-hour DST offset) should have been -4 hours, but we got ")
1889 int32_t year, month, day, hour, minute, second; member in struct:__anon12349
1923 data[i].hour, data[i].minute, data[i].second);
1929 data[i].hour, data[i].minute, data[i].second);
1938 data[i].hour, data[i].minute, data[i].second,
1945 data[i].hour, data[i].minute, data[i].second,
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c210 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
934 long hour, min, sec; local
965 hour = offset / 60;
967 fprintf(fp, "%02d", hour);
/external/chromium_org/third_party/libpng/
H A Dpng.c689 ptime->year, ptime->hour % 24, ptime->minute % 60,
700 ptime->year, ptime->hour % 24, ptime->minute % 60,
708 ptime->year, ptime->hour % 24, ptime->minute % 60,
/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc219 Win32Time(int year, int mon, int day, int hour, int min, int sec);
286 Win32Time::Win32Time(int year, int mon, int day, int hour, int min, int sec) { argument
291 st.wHour = hour;
385 // Convert to local time, as struct with fields for day, hour, year, etc.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferencePage.java798 int hour = Integer.parseInt(str);
799 if (hour < 0 || hour > 23) {
800 MessageDialog.openError(getShell(), getDialogTitle(), milestoneDate+": "+str+" is an invalid hour, it should be only from 00 to 23!");
/external/icu/icu4c/source/test/intltest/
H A Ddtfmttst.cpp368 int32_t hour = 2 + (defaultOffset - PSTOffset) / (60*60*1000); local
369 // hour is the expected hour of day, in units of seconds
370 hour = ((hour < 0) ? hour + 24 : hour) * 60*60;
383 hour += defaultTZ->inDaylightTime(d, status) ? 1 : 0;
385 if (hr != hour)
386 errln((UnicodeString)"FAIL: Should parse to hour "
859 int32_t year,month,day,hour,min,sec; dateToFields(today,year,month,day,hour,min,sec); local
4059 int32_t hour; member in struct:__anon22118
[all...]
H A Dtztest.cpp1555 errln(UnicodeString("Set DST offset to 0.5 hour, but got back ") + (tz->getDSTSavings() /
1580 errln(UnicodeString("The offset for 10 AM, 6/1/98 (with a 1-hour DST offset) should have been -4 hours, but we got ")
1880 int32_t year, month, day, hour, minute, second; member in struct:__anon22160
1914 data[i].hour, data[i].minute, data[i].second);
1920 data[i].hour, data[i].minute, data[i].second);
1929 data[i].hour, data[i].minute, data[i].second,
1936 data[i].hour, data[i].minute, data[i].second,
/external/icu/icu4c/source/tools/tzcode/
H A Dzdump.c210 (void) fprintf(stderr, " hour=%d", tmp->tm_hour);
934 long hour, min, sec; local
965 hour = offset / 60;
967 fprintf(fp, "%02d", hour);
/external/chromium_org/third_party/libxml/src/
H A Dnanoftp.c1599 int hour = 0; local
1674 hour = (hour * 10) + (*cur++ - '0');
1699 year, month, day, hour, minute);
2051 int year, const char *month, int day, int hour, int minute) {
2049 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument
/external/libxml2/
H A Dnanoftp.c1601 int hour = 0; local
1676 hour = (hour * 10) + (*cur++ - '0');
1701 year, month, day, hour, minute);
2053 int year, const char *month, int day, int hour, int minute) {
2051 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument

Completed in 900 milliseconds

12345678910