/external/icu4c/data/xml/main/ |
bg.xml | 26 <calendar type="gregorian">
|
de.xml | 26 <calendar type="gregorian">
|
zh_Hant.xml | 28 <calendar type="gregorian">
|
/external/icu4c/test/intltest/ |
locnmtst.cpp | 107 const char *locname = "en_Hant_US_VALLEY@calendar=gregorian;collation=phonebook"; 109 "Gregorian Calendar, Phonebook Sort Order)"; 184 const char *locname = "en_Hant_US_VALLEY@calendar=gregorian;collation=phonebook"; 186 "Gregorian Calendar, Phonebook Sort Order)"; 207 // "en_Hant_US_PRE_EURO@calendar=gregorian"; 248 int32_t len = uldn_keyValueDisplayName(ldn, "calendar", "gregorian", result,
|
/libcore/luni/src/main/java/java/util/ |
Date.java | 235 * Returns the gregorian calendar day of the month for this {@code Date} object. 247 * Returns the gregorian calendar day of the week for this {@code Date} object. 259 * Returns the gregorian calendar hour of the day for this {@code Date} object. 271 * Returns the gregorian calendar minute of the hour for this {@code Date} object. 283 * Returns the gregorian calendar month for this {@code Date} object. 295 * Returns the gregorian calendar second of the minute for this {@code Date} object. 330 * Returns the gregorian calendar year since 1900 for this {@code Date} object. 564 * Sets the gregorian calendar day of the month for this {@code Date} object. 579 * Sets the gregorian calendar hour of the day for this {@code Date} object. 594 * Sets the gregorian calendar minute of the hour for this {@code Date} object [all...] |
GregorianCalendar.java | 29 * The standard (Gregorian) calendar has 2 eras, BC and AD. 33 * default to the date the Gregorian calendar was instituted (October 15, 1582 38 * Historically, in those countries which adopted the Gregorian calendar first, 40 * this correctly. Before the Gregorian cutover, {@code GregorianCalendar} 41 * implements the Julian calendar. The only difference between the Gregorian and 43 * years every four years, whereas the Gregorian calendar omits century years 47 * {@code GregorianCalendar} implements <em>proleptic</em> Gregorian 58 * Prior to the institution of the Gregorian calendar, New Year's Day was March 60 * adjustment may be made if desired for dates that are prior to the Gregorian 764 // Use local time to compare with the gregorian chang [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
taiwncal.cpp | 29 static const int32_t kTaiwanEraStart = 1911; // 1911 (Gregorian) 66 // EXTENDED_YEAR in TaiwanCalendar is a Gregorian year
|
buddhcal.h | 36 * The Buddhist calendar is identical to the Gregorian calendar in all respects 38 * Buddha in 543 BC (Gregorian), so that 1 AD (Gregorian) is equivalent to 544
|
japancal.h | 33 * The Japanese calendar is identical to the Gregorian calendar in all respects 46 * In modern times, eras have started on January 8, 1868 AD, Gregorian (Meiji), 106 * Japanese calendar case, this is equal to the equivalent extended Gregorian year.
|
taiwncal.h | 35 * The Taiwan calendar is identical to the Gregorian calendar in all respects 36 * except for the year and era. Years are numbered since 1912 AD (Gregorian), 37 * so that 1912 AD (Gregorian) is equivalent to 1 MINGUO (Minguo Era) and 1998 AD is 87 MINGUO.
|
indiancal.h | 37 * Month Length Start date (Gregorian) 53 * The leap years of Gregorian calendar and Indian National Calendar are in synchornization. 54 * So When its a leap year in Gregorian calendar then Chaitra has 31 days. 57 * Years are counted in the Saka Era, which starts its year 0 in 78AD (by gregorian calendar). 58 * So for eg. 9th June 2006 by Gregorian Calendar, is same as 19th of Jyaistha in 1928 of Saka 191 * Determine whether a year is the gregorian year a leap year 249 * method is called. The getGregorianXxx() methods return Gregorian
|
gregocal.cpp | 57 * day number of January 1, 1970 (Gregorian calendar) at noon UTC. [LIU] 337 // change of UDate(Long.MIN_VALUE), in order to get a pure Gregorian 387 // is zero on Saturday December 30, 0 (Gregorian). 403 // Common Julian/Gregorian calculation 429 fprintf(stderr, "%s:%d: gregorian shift %d ::: doy%d => %d [cut=%d]\n", 465 (((year&0x3) == 0) && ((year%100 != 0) || (year%400 == 0))) : // Gregorian 512 fprintf(stderr, "%s:%d: [DOY%d] gregorian shift of JD %d += %d\n", 519 fprintf(stderr, "%s:%d: [WOY/WOM] gregorian week shift of %d += %d\n", 555 // Add 2 because Gregorian calendar starts 2 days after 559 fprintf(stderr, "%s:%d: (hcms%d/%d) gregorian shift of %d += %d\n", [all...] |
/external/icu4c/i18n/ |
taiwncal.cpp | 29 static const int32_t kTaiwanEraStart = 1911; // 1911 (Gregorian) 66 // EXTENDED_YEAR in TaiwanCalendar is a Gregorian year
|
buddhcal.h | 36 * The Buddhist calendar is identical to the Gregorian calendar in all respects 38 * Buddha in 543 BC (Gregorian), so that 1 AD (Gregorian) is equivalent to 544
|
japancal.h | 33 * The Japanese calendar is identical to the Gregorian calendar in all respects 46 * In modern times, eras have started on January 8, 1868 AD, Gregorian (Meiji), 106 * Japanese calendar case, this is equal to the equivalent extended Gregorian year.
|
taiwncal.h | 35 * The Taiwan calendar is identical to the Gregorian calendar in all respects 36 * except for the year and era. Years are numbered since 1912 AD (Gregorian), 37 * so that 1912 AD (Gregorian) is equivalent to 1 MINGUO (Minguo Era) and 1998 AD is 87 MINGUO.
|
indiancal.h | 37 * Month Length Start date (Gregorian) 53 * The leap years of Gregorian calendar and Indian National Calendar are in synchornization. 54 * So When its a leap year in Gregorian calendar then Chaitra has 31 days. 57 * Years are counted in the Saka Era, which starts its year 0 in 78AD (by gregorian calendar). 58 * So for eg. 9th June 2006 by Gregorian Calendar, is same as 19th of Jyaistha in 1928 of Saka 191 * Determine whether a year is the gregorian year a leap year 249 * method is called. The getGregorianXxx() methods return Gregorian
|
gregocal.cpp | 57 * day number of January 1, 1970 (Gregorian calendar) at noon UTC. [LIU] 337 // change of UDate(Long.MIN_VALUE), in order to get a pure Gregorian 387 // is zero on Saturday December 30, 0 (Gregorian). 403 // Common Julian/Gregorian calculation 429 fprintf(stderr, "%s:%d: gregorian shift %d ::: doy%d => %d [cut=%d]\n", 465 (((year&0x3) == 0) && ((year%100 != 0) || (year%400 == 0))) : // Gregorian 512 fprintf(stderr, "%s:%d: [DOY%d] gregorian shift of JD %d += %d\n", 519 fprintf(stderr, "%s:%d: [WOY/WOM] gregorian week shift of %d += %d\n", 555 // Add 2 because Gregorian calendar starts 2 days after 559 fprintf(stderr, "%s:%d: (hcms%d/%d) gregorian shift of %d += %d\n", [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
ucal.h | 58 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional). 70 * the Gregorian calendar, the default for a field is the same as that of the 104 * <strong>Note:</strong> for some non-Gregorian calendars, different 155 * which may be the Gregorian calendar or some other calendar. 165 * Unambiguously designates the Gregorian calendar for the locale. 179 * Field number indicating the era, e.g., AD or BC in the Gregorian (Julian) calendar. 385 * in Gregorian/Julian calendars, positive Extended Year values indicate years AD, 496 * thirteenth month of the year. Although the Gregorian calendar 623 * @param type The type of UCalendar to open. This can be UCAL_GREGORIAN to open the Gregorian 625 * default calendar may also be Gregorian). To open a specific non-Gregorian calendar for th [all...] |
calendar.h | 85 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional). 97 * the Gregorian calendar, the default for a field is the same as that of the 127 * <strong>Note:</strong> for some non-Gregorian calendars, different 552 * up on "100 BC" will result in "99 BC", for Gregorian calendar. When rolling on the 577 * up on "100 BC" will result in "99 BC", for Gregorian calendar. When rolling on the 600 * e.g., rolling the year by +1 on "100 BC" will result in "99 BC", for Gregorian 624 * e.g., rolling the year by +1 on "100 BC" will result in "99 BC", for Gregorian 684 * Gregorian calendar has a varying number of days per month). [all...] |
dtfmtsym.h | 72 * calendar, for example, "gregorian" or "japanese". If the type is not gregorian 76 * Gregorian data. Therefore, the calendar implementor MUST ensure that the root 84 * resources for the default locale, in the default calendar (Gregorian). 99 * resources for the given locale, in the default calendar (Gregorian). 112 * resources for the default locale, in the default calendar (Gregorian). 120 * (NULL or empty string defaults to "gregorian".) 130 * resources for the given locale, in the default calendar (Gregorian). 135 * (NULL or empty string defaults to "gregorian".)
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
ccaltst.c | 70 { "en_US", UCAL_GREGORIAN, "gregorian" }, 72 { "th_TH", UCAL_GREGORIAN, "gregorian" }, 74 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" }, 75 { "ja_JP@calendar=japanese", UCAL_GREGORIAN, "gregorian" }, 76 { "", UCAL_GREGORIAN, "gregorian" }, 77 { NULL, UCAL_GREGORIAN, "gregorian" }, [all...] |
/external/icu4c/i18n/unicode/ |
calendar.h | 86 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional). 99 * the Gregorian calendar, the default for a field is the same as that of the 149 * <strong>Note:</strong> for some non-Gregorian calendars, different 543 * Adding a positive value always means moving forward in time, so for the Gregorian calendar, 565 * Adding a positive value always means moving forward in time, so for the Gregorian calendar, 590 * field is reached, in which case it may pin or wrap), so for Gregorian calendar, 625 * field is reached, in which case it may pin or wrap), so for Gregorian calendar, 658 * Gregorian calendar, starting with 100 BC and rolling the year by + 1 results in 99 BC. [all...] |
ucal.h | 58 * and calendar style (for example, Japanese-Gregorian, Japanese-Traditional). 70 * the Gregorian calendar, the default for a field is the same as that of the 104 * <strong>Note:</strong> for some non-Gregorian calendars, different 161 * which may be the Gregorian calendar or some other calendar. 171 * Unambiguously designates the Gregorian calendar for the locale. 185 * Field number indicating the era, e.g., AD or BC in the Gregorian (Julian) calendar. 391 * in Gregorian/Julian calendars, positive Extended Year values indicate years AD, 502 * thirteenth month of the year. Although the Gregorian calendar 676 * @param type The type of UCalendar to open. This can be UCAL_GREGORIAN to open the Gregorian 678 * default calendar may also be Gregorian). To open a specific non-Gregorian calendar for th [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
private.h | 275 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */ 279 ** The Gregorian year averages 365.2425 days, which is 31556952 seconds.
|