HomeSort by relevance Sort by last modified time
    Searched full:gregorian (Results 51 - 75 of 195) sorted by null

1 23 4 5 6 7 8

  /external/icu4c/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.
  /external/icu4c/test/cintltst/
ccaltst.c 77 { "en_US", UCAL_GREGORIAN, "gregorian" },
79 { "th_TH", UCAL_GREGORIAN, "gregorian" },
81 { "th-TH-u-ca-gregory", UCAL_DEFAULT, "gregorian" },
82 { "ja_JP@calendar=japanese", UCAL_GREGORIAN, "gregorian" },
83 { "", UCAL_GREGORIAN, "gregorian" },
84 { NULL, UCAL_GREGORIAN, "gregorian" },
    [all...]
utmstest.c 437 * This requires a proleptic Gregorian calendar because that's what .Net uses.
438 * Proleptic: No Julian/Gregorian switchover, or a switchover before
453 /* Open a proleptic Gregorian calendar. */
458 log_data_err("ucal_open(UTC/proleptic Gregorian) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
  /external/chromium_org/third_party/icu/source/i18n/
chnsecal.cpp 62 static const int32_t CHINESE_EPOCH_YEAR = -2636; // Gregorian year
223 * method is called. The getGregorianXxx() methods return Gregorian
298 int32_t gyear = eyear + CHINESE_EPOCH_YEAR - 1; // Gregorian year
459 * Gregorian year, that is, the winter solstice of the given year.
461 * @param gyear a Gregorian year
606 * @param gyear the Gregorian year of the given date
607 * @param gmonth the Gregorian month of the given date
689 * Return the Chinese new year of the given Gregorian year.
690 * @param gyear a Gregorian year
japancal.cpp 33 // Gregorian date of each emperor's ascension
363 // EXTENDED_YEAR in JapaneseCalendar is a Gregorian year
382 int32_t year = internalGet(UCAL_EXTENDED_YEAR); // Gregorian year
  /external/icu4c/i18n/
chnsecal.cpp 65 static const int32_t CHINESE_EPOCH_YEAR = -2636; // Gregorian year
262 * method is called. The getGregorianXxx() methods return Gregorian
337 int32_t gyear = eyear + fEpochYear - 1; // Gregorian year
522 * Gregorian year, that is, the winter solstice of the given year.
524 * @param gyear a Gregorian year
669 * @param gyear the Gregorian year of the given date
670 * @param gmonth the Gregorian month of the given date
756 * Return the Chinese new year of the given Gregorian year.
757 * @param gyear a Gregorian year
    [all...]
japancal.cpp 33 // Gregorian date of each emperor's ascension
363 // EXTENDED_YEAR in JapaneseCalendar is a Gregorian year
382 int32_t year = internalGet(UCAL_EXTENDED_YEAR); // Gregorian year
dangical.cpp 31 static const int32_t DANGI_EPOCH_YEAR = -2332; // Gregorian year
  /external/icu4c/i18n/unicode/
dtfmtsym.h 71 * calendar, for example, "gregorian" or "japanese". If the type is not gregorian
75 * Gregorian data. Therefore, the calendar implementor MUST ensure that the root
83 * resources for the default locale, in the default calendar (Gregorian).
98 * 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/
utmstest.c 437 * This requires a proleptic Gregorian calendar because that's what .Net uses.
438 * Proleptic: No Julian/Gregorian switchover, or a switchover before
453 /* Open a proleptic Gregorian calendar. */
458 log_data_err("ucal_open(UTC/proleptic Gregorian) failed: %s - (Are you missing data?)\n", u_errorName(errorCode));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
chrono.cpp 57 // to the Gregorian calendar. It's main use is as a high resolution timer.
  /bionic/libc/tzcode/
private.h 388 #define YEARSPERREPEAT 400 /* years before a Gregorian repeat */
392 ** The Gregorian year averages 365.2425 days, which is 31556952 seconds.
  /external/chromium_org/third_party/WebKit/Source/platform/
DateComponents.h 163 // HTML5 uses ISO-8601 format with year >= 1. Gregorian calendar started in
164 // 1582. However, we need to support 0001-01-01 in Gregorian calendar rule.
  /external/chromium_org/third_party/icu/source/test/testdata/
calendar.txt 16 ToCalendar { "en_US@calendar=gregorian" }
20 ToCalendar { "en_US@calendar=gregorian" }
26 // "0/1/1912/june/4 == gregorian year=1912, ERA=AD, same month, same day
  /external/icu4c/test/testdata/
calendar.txt 16 ToCalendar { "en_US@calendar=gregorian" }
20 ToCalendar { "en_US@calendar=gregorian" }
26 // "0/1/1912/june/4 == gregorian year=1912, ERA=AD, same month, same day
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InputDialogContainer.java 98 // According to the HTML spec we only use the Gregorian calendar
99 // so we ignore the Julian/Gregorian transition.
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 177 // XXX This assumes Gregorian always; Calendar switches from
178 // Julian to Gregorian in 1582. What calendar system are the
  /external/chromium/base/i18n/
time_formatting.cc 102 // "calendar/gregorian/DateTimePatterns/3" in the resources.
  /external/chromium/base/
time_mac.cc 29 // Windows uses a Gregorian epoch of 1601. We need to match this internally
  /external/chromium_org/base/i18n/
time_formatting.cc 124 // "calendar/gregorian/DateTimePatterns/3" in the resources.
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_models.h 119 // A model for possible months in the Gregorian calendar.
  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.h 41 * Confirm that the Gregorian cutoff value works as advertised.
windttst.cpp 50 return "@calendar=gregorian";
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.h 97 * Return the current year in the Gregorian calendar. Used for copyright generation.
  /external/icu4c/test/intltest/
caltest.h 41 * Confirm that the Gregorian cutoff value works as advertised.

Completed in 1305 milliseconds

1 23 4 5 6 7 8