/external/chromium_org/third_party/icu/source/test/intltest/ |
calcasts.cpp | 395 {2401442.5, 1, 1579, 2, 20, WED, 0, 0, 0}, // Gregorian: 20/10/1862 396 {2402422.5, 1, 1581, 10, 29, WED, 0, 0, 0}, // Gregorian: 05/07/1865 397 {2402630.5, 1, 1582, 5, 22, MON, 0, 0, 0}, // Gregorian: 29/01/1866 398 {2402708.5, 1, 1582, 8, 10, TUE, 0, 0, 0}, // Gregorian: 17/04/1866 399 {2402971.5, 1, 1583, 4, 28, SAT, 0, 0, 0}, // Gregorian: 05/01/1867 400 {2403344.5, 1, 1584, 5, 5, MON, 0, 0, 0}, // Gregorian: 13/01/1868 401 {1721059.5, 0, 285, 5, 7, SAT, 0, 0, 0}, // Gregorian: 01/01/0000 402 {1721425.5, 0, 284, 5, 8, MON, 0, 0, 0}, // Gregorian: 01/01/0001 403 {1824663.5, 0, 2, 13, 6, WED, 0, 0, 0}, // Gregorian: 29/08/0283 404 {1824664.5, 0, 1, 1, 1, THU, 0, 0, 0}, // Gregorian: 30/08/028 [all...] |
incaltst.cpp | 101 "en_US_VALLEYGIRL@collation=phonebook;calendar=gregorian", 106 "th_TH_TRADITIONAL@calendar=gregorian", 113 const char *types[40] = { "gregorian", 115 "gregorian", 120 "gregorian", 121 "gregorian", 125 "gregorian", 146 * Run a test of a quasi-Gregorian calendar. This is a calendar 147 * that behaves like a Gregorian but has different year/era mappings. 197 // Now, set the gregorian millis on the other calenda [all...] |
incaltst.h | 40 // Test a Gregorian-Like calendar
|
locnmtst.cpp | 103 const char *locname = "en_Hant_US_VALLEY@calendar=gregorian;collation=phonebook"; 105 "Calendar=Gregorian Calendar, Collation=Phonebook Sort Order)"; 150 const char *locname = "en_Hant_US_VALLEY@calendar=gregorian;collation=phonebook"; 152 "Calendar=Gregorian Calendar, Collation=Phonebook Sort Order)"; 173 // "en_Hant_US_PRE_EURO@calendar=gregorian"; 214 int32_t len = uldn_keyValueDisplayName(ldn, "calendar", "gregorian", result,
|
/external/icu4c/test/intltest/ |
calcasts.cpp | 394 {2401442.5, 1, 1579, 2, 20, WED, 0, 0, 0}, // Gregorian: 20/10/1862 395 {2402422.5, 1, 1581, 10, 29, WED, 0, 0, 0}, // Gregorian: 05/07/1865 396 {2402630.5, 1, 1582, 5, 22, MON, 0, 0, 0}, // Gregorian: 29/01/1866 397 {2402708.5, 1, 1582, 8, 10, TUE, 0, 0, 0}, // Gregorian: 17/04/1866 398 {2402971.5, 1, 1583, 4, 28, SAT, 0, 0, 0}, // Gregorian: 05/01/1867 399 {2403344.5, 1, 1584, 5, 5, MON, 0, 0, 0}, // Gregorian: 13/01/1868 400 {1721059.5, 0, 285, 5, 7, SAT, 0, 0, 0}, // Gregorian: 01/01/0000 401 {1721425.5, 0, 284, 5, 8, MON, 0, 0, 0}, // Gregorian: 01/01/0001 402 {1824663.5, 0, 2, 13, 6, WED, 0, 0, 0}, // Gregorian: 29/08/0283 403 {1824664.5, 0, 1, 1, 1, THU, 0, 0, 0}, // Gregorian: 30/08/028 [all...] |
incaltst.h | 40 // Test a Gregorian-Like calendar
|
incaltst.cpp | 101 "en_US_VALLEYGIRL@collation=phonebook;calendar=gregorian", 106 "th_TH_TRADITIONAL@calendar=gregorian", 113 const char *types[40] = { "gregorian", 115 "gregorian", 120 "gregorian", 121 "gregorian", 125 "gregorian", 146 * Run a test of a quasi-Gregorian calendar. This is a calendar 147 * that behaves like a Gregorian but has different year/era mappings. 197 // Now, set the gregorian millis on the other calenda [all...] |
/libcore/luni/src/main/java/java/util/ |
Grego.java | 22 * A utility class providing proleptic Gregorian calendar functions
40 // January 1, 1 CE Gregorian
43 // January 1, 1970 CE Gregorian
57 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
67 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
76 * Return the length of a previous month of the Gregorian calendar.
77 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
87 * Gregorian calendar, to 1970 epoch days.
88 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
97 floorDivide(y, 400) - floorDivide(y, 100) + 2 + // => Gregorian cal [all...] |
/external/chromium_org/third_party/icu/source/data/xml/main/ |
te.xml | 26 <calendar type="gregorian">
|
zh.xml | 26 <calendar type="gregorian">
|
bg.xml | 26 <calendar type="gregorian">
|
de.xml | 26 <calendar type="gregorian">
|
zh_Hant.xml | 28 <calendar type="gregorian">
|
/external/icu4c/data/xml/main/ |
te.xml | 26 <calendar type="gregorian">
|
zh.xml | 26 <calendar type="gregorian">
|
/external/chromium_org/third_party/icu/source/i18n/ |
gregoimp.cpp | 74 const int32_t JULIAN_1_CE = 1721426; // January 1, 1 CE Gregorian 75 const int32_t JULIAN_1970_CE = 2440588; // January 1, 1970 CE Gregorian 90 ClockMath::floorDivide(y, 400) - ClockMath::floorDivide(y, 100) + 2 + // => Gregorian cal 99 // Convert from 1970 CE epoch to 1 CE epoch (Gregorian calendar) 119 // Gregorian day zero is a Monday. 123 // Common Julian/Gregorian calculation 163 #define U_GREGORIAN_KEY "gregorian" 225 status = U_ZERO_ERROR; // retry with fallback (gregorian) 251 status = U_ZERO_ERROR; // retry with fallback (gregorian) 313 status = U_ZERO_ERROR; // retry with fallback (gregorian) [all...] |
gregoimp.h | 93 #define kJan1_1JulianDay 1721426 // January 1, year 1 (Gregorian) 95 #define kEpochStartAsJulianDay 2440588 // January 1, 1970 (Gregorian) 129 * A utility class providing proleptic Gregorian calendar functions 139 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 146 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 153 * Return the length of a previous month of the Gregorian calendar. 162 * Gregorian calendar, to 1970 epoch days. 163 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 171 * Convert a 1970-epoch day number to proleptic Gregorian year, 184 * Convert a 1970-epoch day number to proleptic Gregorian year [all...] |
buddhcal.cpp | 29 static const int32_t kBuddhistEraStart = -543; // 544 BC (Gregorian) 66 // EXTENDED_YEAR in BuddhistCalendar is a Gregorian year. 72 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
|
indiancal.cpp | 94 * Determine whether the given gregorian year is a Leap year 136 * Returns the Julian Day corresponding to gregorian date 138 * @param year The Gregorian year 139 * @param month The month in Gregorian Year 140 * @param date The date in Gregorian day in month 158 * Returns the Gregorian Date corresponding to a given Julian Day 288 * method is called. The getGregorianXxx() methods return Gregorian 294 int32_t gregorianYear; // Stores gregorian date corresponding to Julian day; 297 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day 299 jdAtStartOfGregYear = gregorianToJD(gregorianYear, 1, 1); // JD at start of Gregorian yea [all...] |
/external/icu4c/i18n/ |
gregoimp.cpp | 74 const int32_t JULIAN_1_CE = 1721426; // January 1, 1 CE Gregorian 75 const int32_t JULIAN_1970_CE = 2440588; // January 1, 1970 CE Gregorian 90 ClockMath::floorDivide(y, 400) - ClockMath::floorDivide(y, 100) + 2 + // => Gregorian cal 99 // Convert from 1970 CE epoch to 1 CE epoch (Gregorian calendar) 119 // Gregorian day zero is a Monday. 123 // Common Julian/Gregorian calculation 163 #define U_GREGORIAN_KEY "gregorian" 225 status = U_ZERO_ERROR; // retry with fallback (gregorian) 251 status = U_ZERO_ERROR; // retry with fallback (gregorian) 313 status = U_ZERO_ERROR; // retry with fallback (gregorian) [all...] |
gregoimp.h | 93 #define kJan1_1JulianDay 1721426 // January 1, year 1 (Gregorian) 95 #define kEpochStartAsJulianDay 2440588 // January 1, 1970 (Gregorian) 129 * A utility class providing proleptic Gregorian calendar functions 139 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 146 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 153 * Return the length of a previous month of the Gregorian calendar. 162 * Gregorian calendar, to 1970 epoch days. 163 * @param year Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc. 171 * Convert a 1970-epoch day number to proleptic Gregorian year, 184 * Convert a 1970-epoch day number to proleptic Gregorian year [all...] |
buddhcal.cpp | 29 static const int32_t kBuddhistEraStart = -543; // 544 BC (Gregorian) 66 // EXTENDED_YEAR in BuddhistCalendar is a Gregorian year. 72 // extended year is a gregorian year, where 1 = 1AD, 0 = 1BC, -1 = 2BC, etc
|
indiancal.cpp | 94 * Determine whether the given gregorian year is a Leap year 136 * Returns the Julian Day corresponding to gregorian date 138 * @param year The Gregorian year 139 * @param month The month in Gregorian Year 140 * @param date The date in Gregorian day in month 158 * Returns the Gregorian Date corresponding to a given Julian Day 288 * method is called. The getGregorianXxx() methods return Gregorian 294 int32_t gregorianYear; // Stores gregorian date corresponding to Julian day; 297 gregorianYear = jdToGregorian(julianDay, gd)[0]; // Gregorian date for Julian day 299 jdAtStartOfGregYear = gregorianToJD(gregorianYear, 1, 1); // JD at start of Gregorian yea [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
gregocal.h | 43 * The standard (Gregorian) calendar has 2 eras, BC and AD. 46 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all 47 * countries adopted the Gregorian calendar then, so this cutover date may be changed by 50 * Prior to the institution of the Gregorian Calendar, New Year's Day was March 25. To 52 * if desired for dates that are prior to the Gregorian changeover and which fall 306 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October 309 * @param date The given Gregorian cutover date. 316 * Gets the Gregorian Calendar change date. This is the point when the switch from 317 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October 320 * @return The Gregorian cutover time for this calendar [all...] |
/external/icu4c/i18n/unicode/ |
gregocal.h | 43 * The standard (Gregorian) calendar has 2 eras, BC and AD. 46 * the date the Gregorian calendar was originally instituted (October 15, 1582). Not all 47 * countries adopted the Gregorian calendar then, so this cutover date may be changed by 50 * Prior to the institution of the Gregorian Calendar, New Year's Day was March 25. To 52 * if desired for dates that are prior to the Gregorian changeover and which fall 306 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October 309 * @param date The given Gregorian cutover date. 316 * Gets the Gregorian Calendar change date. This is the point when the switch from 317 * Julian dates to Gregorian dates occurred. Default is 00:00:00 local time, October 320 * @return The Gregorian cutover time for this calendar [all...] |