/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | ChineseCalendar.java | 424 {/* */}, // 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 D | Calendar.java | 378 * 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 D | ChineseCalendar.java | 414 {/* */}, // 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 D | Calendar.java | 377 * 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 D | RelativeDateFormat.java | 313 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 D | RelativeDateFormat.java | 316 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 D | DebugUtilitiesData.java | 65 "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 D | DebugUtilitiesData.java | 61 "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 D | DateFormat.java | 337 * 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 D | DateFormat.java | 313 * 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 D | calendar.h | 227 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 D | EthiopicTest.java | 284 cal.set(Calendar.JULIAN_DAY, jd); in TestJD()
|
H A D | CopticTest.java | 155 cal.set(Calendar.JULIAN_DAY, jd); in TestCopticToJD()
|
H A D | CompatibilityTest.java | 39 "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 D | CalendarRegressionTest.java | 56 "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 D | EthiopicTest.java | 287 cal.set(Calendar.JULIAN_DAY, jd); in TestJD()
|
H A D | CopticTest.java | 158 cal.set(Calendar.JULIAN_DAY, jd); in TestCopticToJD()
|
H A D | CompatibilityTest.java | 42 "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 D | CalendarRegressionTest.java | 59 "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 D | calendar.h | 227 JULIAN_DAY, enumerator 1733 * the JULIAN_DAY field directly, or other fields.
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | calendar.h | 227 JULIAN_DAY, enumerator 1731 * the JULIAN_DAY field directly, or other fields.
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 127 #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 D | localtime.c | 125 #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 D | localtime.c | 141 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 D | FormatHandler.java | 1996 DateFormat.Field.JULIAN_DAY, in getTestObjects()
|