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

1 2 34 5 6 7 8

  /external/icu4c/test/intltest/
windttst.cpp 50 return "@calendar=gregorian";
callimts.cpp 153 {"gregorian", FALSE, DEFAULT_START, DEFAULT_END},
392 testMillis >= 1865635198000.0 ) { // Feb 2029 gregorian, end of dangi 4361
  /external/icu4c/tools/toolutil/
toolutil.h 98 * Return the current year in the Gregorian calendar. Used for copyright generation.
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTime.java 94 * the Julian calendar) are also rendered internally as Gregorian dates.
  /frameworks/base/docs/html/guide/faq/
troubleshooting.jd 292 <p>If your development machine uses a locale that has a non-Gregorian calendar, you may encounter problems when first trying to compile and run your application. Specifically, you may find that the Android build tools won't compile your application because the debug key is expired. </p>
294 <p>The problem occurs because the Keytool utility &mdash; included in the JDK and used by the Android build tools &mdash; fails to properly handle non-Gregorian locales and may create validity dates that are in the past. That is, it may generate a debug key that is already expired, which results in the compile error.</p>
304 <li>Temporarily change your development machine's locale (date and time) to one that uses a Gregorian calendar, for example, United States. Once the locale is changed, use the Android build tools to compile and install your app. The build tools will regenerate a new keystore and debug key with valid dates. Once the new debug key is generated, you can reset your development machine to the original locale. </li>
305 <li>Alternatively, if you do not want to change your machine's locale settings, you can generate the keystore/key on any machine using the Gregorian calendar, then copy the <code>debug.keystore</code> file from that computer to the proper location on your development machine. </li>
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tzrule.h 259 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
372 * is based on Gregorian calendar
478 * @return The start year of this rule. The year is in Gregorian calendar
486 * @return The end year of this rule (inclusive). The year is in Gregorian calendar
494 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
    [all...]
dtitvinf.h 154 * Through ICU 4.4, date interval patterns are only supported in the Gregorian
155 * calendar; non-Gregorian calendars are supported from ICU 4.4.1.
rbtz.h 131 * the reference data is specified according to the Gregorian calendar, and the date
178 * Gregorian calendar. The default implementation in the TimeZone
  /external/icu4c/i18n/unicode/
tzrule.h 259 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
372 * is based on Gregorian calendar
478 * @return The start year of this rule. The year is in Gregorian calendar
486 * @return The end year of this rule (inclusive). The year is in Gregorian calendar
494 * @param year The Gregorian year, with 0 == 1 BCE, -1 == 2 BCE, etc.
    [all...]
dtitvinf.h 146 * Through ICU 4.4, date interval patterns are only supported in the Gregorian
147 * calendar; non-Gregorian calendars are supported from ICU 4.4.1.
rbtz.h 131 * the reference data is specified according to the Gregorian calendar, and the date
178 * Gregorian calendar. The default implementation in the TimeZone
  /external/icu4c/test/cintltst/
cloctst.c     [all...]
  /external/chromium_org/third_party/icu/patches/
locale2.patch 803 - gregorian{"Qreqoriy t?qvimi"}
1065 - gregorian{"???????????? ????????"}
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
hebrwcal.h 36 * properties that distinguish it from the Gregorian. Months start
335 * a calendar with the specified Julian/Gregorian cutover date.
ucal.cpp 145 uloc_setKeywordValue("calendar", "gregorian", localeBuf, ULOC_LOCALE_IDENTIFIER_CAPACITY, status);
588 "gregorian",
vzone.h 183 * the reference data is specified according to the Gregorian calendar, and the date
234 * Gregorian calendar. The default implementation in the TimeZone
windtfmt.cpp 67 typBundle = ures_getByKeyWithFallback(calBundle, "gregorian", typBundle, &status);
  /external/icu4c/i18n/
hebrwcal.h 36 * properties that distinguish it from the Gregorian. Months start
335 * a calendar with the specified Julian/Gregorian cutover date.
ucal.cpp 153 uloc_setKeywordValue("calendar", "gregorian", localeBuf, ULOC_LOCALE_IDENTIFIER_CAPACITY, status);
648 "gregorian",
vzone.h 170 * the reference data is specified according to the Gregorian calendar, and the date
219 * Gregorian calendar. The default implementation in the TimeZone
windtfmt.cpp 67 typBundle = ures_getByKeyWithFallback(calBundle, "gregorian", typBundle, &status);
  /external/chromium/base/
time_posix.cc 37 // Windows uses a Gregorian epoch of 1601. We need to match this internally
  /external/chromium_org/base/time/
time_mac.cc 110 // Windows uses a Gregorian epoch of 1601. We need to match this internally
  /external/chromium_org/third_party/icu/source/test/intltest/
sdtfmtts.cpp 206 newSyms =new DateFormatSymbols("gregorian", status);
  /external/chromium_org/third_party/sqlite/src/src/
date.c 21 ** in Greenwich on November 24, 4714 B.C. according to the Gregorian
32 ** The Gregorian calendar system is used for all dates and times,
33 ** even those that predate the Gregorian calendar. Historians usually
225 ** that the YYYY-MM-DD is according to the Gregorian calendar.

Completed in 1189 milliseconds

1 2 34 5 6 7 8