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

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DChineseCalendar.java412 {/* */}, // JULIAN_DAY
525 set(JULIAN_DAY, jd-1);
532 set(JULIAN_DAY, jd);
535 set(JULIAN_DAY, jd);
547 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day
566 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day
H A DCalendar.java374 * the addition of the {@link #JULIAN_DAY} field, Julian day
382 * <li>New fields are implemented: {@link #JULIAN_DAY} defines
440 * based on the value of the {@link #JULIAN_DAY} field. If there
908 public static final int JULIAN_DAY = 20; field in class:Calendar
1202 * @see #JULIAN_DAY
1224 * @see #JULIAN_DAY
2426 case JULIAN_DAY:
2475 case JULIAN_DAY:
3047 case JULIAN_DAY:
3193 case JULIAN_DAY
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java422 {/* */}, // JULIAN_DAY
541 set(JULIAN_DAY, jd-1);
548 set(JULIAN_DAY, jd);
551 set(JULIAN_DAY, jd);
564 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day
584 int day = get(JULIAN_DAY) - EPOCH_JULIAN_DAY; // Get local day
H A DCalendar.java373 * the addition of the {@link #JULIAN_DAY} field, Julian day
381 * <li>New fields are implemented: {@link #JULIAN_DAY} defines
439 * based on the value of the {@link #JULIAN_DAY} field. If there
930 public static final int JULIAN_DAY = 20; field in class:Calendar
1256 * @see #JULIAN_DAY
1281 * @see #JULIAN_DAY
2521 case JULIAN_DAY:
2571 case JULIAN_DAY:
3146 case JULIAN_DAY:
3293 case JULIAN_DAY
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DDebugUtilitiesData.java59 "JULIAN_DAY", /* 20 */
140 android.icu.util.Calendar.JULIAN_DAY, /* 20 */
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DDebugUtilitiesData.java58 "JULIAN_DAY", /* 20 */
139 com.ibm.icu.util.Calendar.JULIAN_DAY, /* 20 */
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRelativeDateFormat.java303 int dayDiff = until.get(Calendar.JULIAN_DAY) - nowCal.get(Calendar.JULIAN_DAY);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelativeDateFormat.java301 int dayDiff = until.get(Calendar.JULIAN_DAY) - nowCal.get(Calendar.JULIAN_DAY);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCompatibilityTest.java40 "JULIAN_DAY", "MILLISECONDS_IN_DAY",
1157 cal.set(Calendar.JULIAN_DAY, 1721426);
1166 cal.set(Calendar.JULIAN_DAY, 1721426);
1175 cal.set(Calendar.JULIAN_DAY, 1721426);
H A DCopticTest.java154 cal.set(Calendar.JULIAN_DAY, jd);
H A DEthiopicTest.java280 cal.set(Calendar.JULIAN_DAY, jd);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCompatibilityTest.java36 "JULIAN_DAY", "MILLISECONDS_IN_DAY",
1153 cal.set(Calendar.JULIAN_DAY, 1721426);
1162 cal.set(Calendar.JULIAN_DAY, 1721426);
1171 cal.set(Calendar.JULIAN_DAY, 1721426);
H A DCopticTest.java150 cal.set(Calendar.JULIAN_DAY, jd);
H A DEthiopicTest.java276 cal.set(Calendar.JULIAN_DAY, jd);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateFormat.java311 * corresponding to the {@link Calendar#JULIAN_DAY} field.
2219 public static final Field JULIAN_DAY = new Field("Julian day", Calendar.JULIAN_DAY); field in class:DateFormat.Field
H A DSimpleDateFormat.java1380 /*gAZ*/ Calendar.JULIAN_DAY, Calendar.MILLISECONDS_IN_DAY, Calendar.ZONE_OFFSET /* also DST_OFFSET */,
1424 /*gAZ*/ DateFormat.Field.JULIAN_DAY, DateFormat.Field.MILLISECONDS_IN_DAY, DateFormat.Field.TIME_ZONE,
1852 // case 21: // 'g' - JULIAN_DAY
3347 // case 21: // 'g' - JULIAN_DAY
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateFormat.java335 * corresponding to the {@link Calendar#JULIAN_DAY} field.
2402 public static final Field JULIAN_DAY = new Field("Julian day", Calendar.JULIAN_DAY); field in class:DateFormat.Field
H A DSimpleDateFormat.java1389 /*gAZ*/ Calendar.JULIAN_DAY, Calendar.MILLISECONDS_IN_DAY, Calendar.ZONE_OFFSET /* also DST_OFFSET */,
1433 /*gAZ*/ DateFormat.Field.JULIAN_DAY, DateFormat.Field.MILLISECONDS_IN_DAY, DateFormat.Field.TIME_ZONE,
1862 // case 21: // 'g' - JULIAN_DAY
3363 // case 21: // 'g' - JULIAN_DAY
/external/icu/icu4c/source/tools/tzcode/
H A Dlocaltime.c125 #define JULIAN_DAY 0 /* Jn - Julian day */ macro
786 rulep->r_type = JULIAN_DAY;
843 case JULIAN_DAY:
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h238 JULIAN_DAY, enumerator in enum:Calendar::EDateFields
1729 * the JULIAN_DAY field directly, or other fields.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DFormatTests.java1873 DateFormat.Field.JULIAN_DAY,
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DFormatTests.java1872 DateFormat.Field.JULIAN_DAY,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DDateFormatTest.java415 DateFormat.Field.JULIAN_DAY,
526 DateFormat.Field.JULIAN_DAY, // g
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java411 DateFormat.Field.JULIAN_DAY,
522 DateFormat.Field.JULIAN_DAY, // g
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1090 milliseconds