Home
last modified time | relevance | path

Searched refs:JULIAN_DAY (Results 1 - 25 of 31) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java424 {/* */}, // JULIAN_DAY
543 set(JULIAN_DAY, jd-1); in offsetMonth()
550 set(JULIAN_DAY, jd); in offsetMonth()
553 set(JULIAN_DAY, jd); in offsetMonth()
566 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day in add()
586 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day in roll()
H A DCalendar.java378 * the addition of the {@link #JULIAN_DAY} field, Julian day
386 * <li>New fields are implemented: {@link #JULIAN_DAY} defines
444 * based on the value of the {@link #JULIAN_DAY} field. If there
935 public static final int JULIAN_DAY = 20; field in Calendar
1263 * @see #JULIAN_DAY
1288 * @see #JULIAN_DAY
2496 case JULIAN_DAY: in getActualMaximum()
2546 case JULIAN_DAY: in getActualMinimum()
3121 case JULIAN_DAY: in roll()
3268 case JULIAN_DAY in add()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DChineseCalendar.java414 {/* */}, // JULIAN_DAY
527 set(JULIAN_DAY, jd-1); in offsetMonth()
534 set(JULIAN_DAY, jd); in offsetMonth()
537 set(JULIAN_DAY, jd); in offsetMonth()
549 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day in add()
568 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day in roll()
H A DCalendar.java377 * the addition of the {@link #JULIAN_DAY} field, Julian day
385 * <li>New fields are implemented: {@link #JULIAN_DAY} defines
443 * based on the value of the {@link #JULIAN_DAY} field. If there
911 public static final int JULIAN_DAY = 20; field in Calendar
1209 * @see #JULIAN_DAY
1231 * @see #JULIAN_DAY
2402 case JULIAN_DAY: in getActualMaximum()
2451 case JULIAN_DAY: in getActualMinimum()
3023 case JULIAN_DAY: in roll()
3169 case JULIAN_DAY in add()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelativeDateFormat.java313 int dayDiff = until.get(Calendar.JULIAN_DAY) - nowCal.get(Calendar.JULIAN_DAY); in dayDifference()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelativeDateFormat.java316 int dayDiff = until.get(Calendar.JULIAN_DAY) - nowCal.get(Calendar.JULIAN_DAY); in dayDifference()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DDebugUtilitiesData.java65 "JULIAN_DAY", /* 20 */
146 ohos.global.icu.util.Calendar.JULIAN_DAY, /* 20 */
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDebugUtilitiesData.java61 "JULIAN_DAY", /* 20 */
142 com.ibm.icu.util.Calendar.JULIAN_DAY, /* 20 */
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java337 * corresponding to the {@link Calendar#JULIAN_DAY} field.
2490 public static final Field JULIAN_DAY = new Field("Julian day", Calendar.JULIAN_DAY); field in DateFormat.Field
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateFormat.java313 * corresponding to the {@link Calendar#JULIAN_DAY} field.
2310 public static final Field JULIAN_DAY = new Field("Julian day", Calendar.JULIAN_DAY); field in DateFormat.Field
/third_party/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h227 JULIAN_DAY, enumerator
1649 * the JULIAN_DAY field directly, or other fields.
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DEthiopicTest.java284 cal.set(Calendar.JULIAN_DAY, jd); in TestJD()
H A DCopticTest.java155 cal.set(Calendar.JULIAN_DAY, jd); in TestCopticToJD()
H A DCompatibilityTest.java39 "JULIAN_DAY", "MILLISECONDS_IN_DAY",
1178 cal.set(Calendar.JULIAN_DAY, 1721426); in TestComputeJulianDay4406()
1187 cal.set(Calendar.JULIAN_DAY, 1721426); in TestComputeJulianDay4406()
1196 cal.set(Calendar.JULIAN_DAY, 1721426); in TestComputeJulianDay4406()
H A DCalendarRegressionTest.java56 "JULIAN_DAY", "MILLISECONDS_IN_DAY"
2515 cal.set(Calendar.JULIAN_DAY, jd); in TestPersianCalOverflow()
2534 cal.set(Calendar.JULIAN_DAY, jd); in TestIslamicCalOverflow()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DEthiopicTest.java287 cal.set(Calendar.JULIAN_DAY, jd); in TestJD()
H A DCopticTest.java158 cal.set(Calendar.JULIAN_DAY, jd); in TestCopticToJD()
H A DCompatibilityTest.java42 "JULIAN_DAY", "MILLISECONDS_IN_DAY",
1181 cal.set(Calendar.JULIAN_DAY, 1721426); in TestComputeJulianDay4406()
1190 cal.set(Calendar.JULIAN_DAY, 1721426); in TestComputeJulianDay4406()
1199 cal.set(Calendar.JULIAN_DAY, 1721426); in TestComputeJulianDay4406()
H A DCalendarRegressionTest.java59 "JULIAN_DAY", "MILLISECONDS_IN_DAY"
2518 cal.set(Calendar.JULIAN_DAY, jd); in TestPersianCalOverflow()
2537 cal.set(Calendar.JULIAN_DAY, jd); in TestIslamicCalOverflow()
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dcalendar.h227 JULIAN_DAY, enumerator
1733 * the JULIAN_DAY field directly, or other fields.
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dcalendar.h227 JULIAN_DAY, enumerator
1731 * the JULIAN_DAY field directly, or other fields.
/third_party/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c127 #define JULIAN_DAY 0 /* Jn - Julian day */ macro
788 rulep->r_type = JULIAN_DAY; in getrule()
845 case JULIAN_DAY: in transtime()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dlocaltime.c125 #define JULIAN_DAY 0 /* Jn - Julian day */ macro
786 rulep->r_type = JULIAN_DAY; in getrule()
843 case JULIAN_DAY: in transtime()
/third_party/tzdata/
H A Dlocaltime.c141 JULIAN_DAY, /* Jn = Julian day */ enumerator
951 rulep->r_type = JULIAN_DAY; in getrule()
1007 case JULIAN_DAY: in transtime()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DFormatHandler.java1996 DateFormat.Field.JULIAN_DAY, in getTestObjects()

Completed in 52 milliseconds

12