/external/chromium_org/third_party/icu/source/test/intltest/ |
calcasts.h | 8 * conversion between julian-day to fields and vice versa. 28 double julian; // Julian Date member in struct:CalendarCaseTest::TestCase
|
calcasts.cpp | 8 * conversion between julian-day to fields and vice versa. 52 UDate t = (JULIAN_EPOCH+(ONE_DAY*cases[i].julian)); 54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t); 128 // Julian Day Era Year Month Day WkDay Hour Min Sec 218 // Julian Day Era Year Month Day WkDay Hour Min Sec 288 // Julian Day Era Year Month Day WkDay Hour Min Sec 337 // Julian Day Era Year Month Day WkDay Hour Min Sec 465 {2299159.5, 1, 1575, 2, 7, THU, 0, 0, 0}, // Gregorian: 14/10/1582 Julian 04/10/1582
|
/external/icu4c/test/intltest/ |
calcasts.h | 8 * conversion between julian-day to fields and vice versa. 28 double julian; // Julian Date member in struct:CalendarCaseTest::TestCase
|
calcasts.cpp | 8 * conversion between julian-day to fields and vice versa. 52 UDate t = (JULIAN_EPOCH+(ONE_DAY*cases[i].julian)); 54 logln("Test case %d: julianday%f -> date %f\n", i, cases[i].julian, t); 128 // Julian Day Era Year Month Day WkDay Hour Min Sec 217 // Julian Day Era Year Month Day WkDay Hour Min Sec 287 // Julian Day Era Year Month Day WkDay Hour Min Sec 336 // Julian Day Era Year Month Day WkDay Hour Min Sec 464 {2299159.5, 1, 1575, 2, 7, THU, 0, 0, 0}, // Gregorian: 14/10/1582 Julian 04/10/1582
|
/external/chromium_org/third_party/icu/source/i18n/ |
gregoimp.h | 100 #define kEarliestViableMillis -185331720384000000.0 // minimum representable by julian day -1e17 102 #define kLatestViableMillis 185753453990400000.0 // max representable by julian day +1e17 105 * The minimum supported Julian day. This value is equivalent to 117 * The maximum supported Julian day. This value is equivalent to 227 * Converts Julian day to time as milliseconds. 228 * @param julian the given Julian day number. 232 static inline double julianDayToMillis(int32_t julian); 235 * Converts time as milliseconds to Julian day. 237 * @return the Julian day number [all...] |
gregoimp.cpp | 89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal local 93 return julian - JULIAN_1970_CE; // JD => epoch day 123 // Common Julian/Gregorian calculation
|
gregocal.cpp | 55 * Note that the Julian date used here is not a true Julian date, since 56 * it is measured from midnight, not noon. This value is the Julian 69 // setTimeInMillis() limits the Julian day range to +/-7F000000. 386 // The Julian epoch day (not the same as Julian Day) 391 // Compute the Julian calendar day number for January 1, eyear 395 // Julian leap years occurred historically every 4 years starting 403 // Common Julian/Gregorian calculation 466 ((year&0x3) == 0)); // Julian [all...] |
calendar.cpp | [all...] |
/external/icu4c/i18n/ |
gregoimp.h | 100 #define kEarliestViableMillis -185331720384000000.0 // minimum representable by julian day -1e17 102 #define kLatestViableMillis 185753453990400000.0 // max representable by julian day +1e17 105 * The minimum supported Julian day. This value is equivalent to 117 * The maximum supported Julian day. This value is equivalent to 227 * Converts Julian day to time as milliseconds. 228 * @param julian the given Julian day number. 232 static inline double julianDayToMillis(int32_t julian); 235 * Converts time as milliseconds to Julian day. 237 * @return the Julian day number [all...] |
gregoimp.cpp | 89 double julian = 365 * y + ClockMath::floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal local 93 return julian - JULIAN_1970_CE; // JD => epoch day 123 // Common Julian/Gregorian calculation
|
gregocal.cpp | 55 * Note that the Julian date used here is not a true Julian date, since 56 * it is measured from midnight, not noon. This value is the Julian 69 // setTimeInMillis() limits the Julian day range to +/-7F000000. 386 // The Julian epoch day (not the same as Julian Day) 391 // Compute the Julian calendar day number for January 1, eyear 395 // Julian leap years occurred historically every 4 years starting 403 // Common Julian/Gregorian calculation 466 ((year&0x3) == 0)); // Julian [all...] |
calendar.cpp | [all...] |
/libcore/luni/src/main/java/java/util/ |
Grego.java | 95 long julian =
local 96 365 * y + floorDivide(y, 4) + (JULIAN_1_CE - 3) + // Julian cal
99 return julian - JULIAN_1970_CE; // JD => epoch day
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_strptime.py | 275 """Calculate the Julian day based on the year, week of the year, and day of 338 # weekday and julian defaulted to -1 so as to signal need to calculate 340 weekday = julian = -1 405 julian = int(found_dict['j']) 436 # out the Julian day of the year. 437 if julian == -1 and week_of_year != -1 and weekday != -1: 439 julian = _calc_julian_from_U_or_W(year, week_of_year, weekday, 441 # Cannot pre-calculate datetime_date() since can change in Julian 444 if julian == -1: 446 julian = datetime_date(year, month, day).toordinal() - [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_strptime.py | 275 """Calculate the Julian day based on the year, week of the year, and day of 338 # weekday and julian defaulted to -1 so as to signal need to calculate 340 weekday = julian = -1 405 julian = int(found_dict['j']) 436 # out the Julian day of the year. 437 if julian == -1 and week_of_year != -1 and weekday != -1: 439 julian = _calc_julian_from_U_or_W(year, week_of_year, weekday, 441 # Cannot pre-calculate datetime_date() since can change in Julian 444 if julian == -1: 446 julian = datetime_date(year, month, day).toordinal() - [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
gregocal.h | 306 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October 307 * 15, 1582. Previous to this time and date will be Julian dates. 317 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October 318 * 15, 1582. Previous to this time and date will be Julian dates. 329 * information. For example, in Sweden, the change from Julian to Gregorian happened 331 * 1700 and 1753. Another example is that after the start of the Julian calendar in 333 * quirks, and pays attention only to the Julian onset date and the Gregorian 496 * Return the Julian day number of day before the first day of the 504 * @return the Julian day number of the day before the first 516 * @return julian day specified by calendar fields [all...] |
calendar.h | [all...] |
/external/icu4c/i18n/unicode/ |
gregocal.h | 306 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October 307 * 15, 1582. Previous to this time and date will be Julian dates. 317 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October 318 * 15, 1582. Previous to this time and date will be Julian dates. 329 * information. For example, in Sweden, the change from Julian to Gregorian happened 331 * 1700 and 1753. Another example is that after the start of the Julian calendar in 333 * quirks, and pays attention only to the Julian onset date and the Gregorian 496 * Return the Julian day number of day before the first day of the 504 * @return the Julian day number of the day before the first 516 * @return julian day specified by calendar fields [all...] |
calendar.h | 192 * maximum range of supportable dates as those having Julian day numbers [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |