HomeSort by relevance Sort by last modified time
    Searched refs:IS_LEAP_MONTH (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu/android_icu4j/src/main/java/android/icu/text/
ChineseDateFormat.java 23 * <code>ChineseCalendar.IS_LEAP_MONTH</code>. It also redefines the
29 * <p>With regard to <code>ChineseCalendar.IS_LEAP_MONTH</code>, this
31 * this is taken as equivalent to an <code>IS_LEAP_MONTH</code> value of
108 // case 'l': // 'l' - IS_LEAP_MONTH
113 // ChineseCalendar.IS_LEAP_MONTH));
195 public static final Field IS_LEAP_MONTH = new Field("is leap month", ChineseCalendar.IS_LEAP_MONTH);
230 if (calendarField == ChineseCalendar.IS_LEAP_MONTH) {
231 return IS_LEAP_MONTH;
248 if (this.getName().equals(IS_LEAP_MONTH.getName()))
    [all...]
SimpleDateFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
ChineseDateFormat.java 22 * <code>ChineseCalendar.IS_LEAP_MONTH</code>. It also redefines the
28 * <p>With regard to <code>ChineseCalendar.IS_LEAP_MONTH</code>, this
30 * this is taken as equivalent to an <code>IS_LEAP_MONTH</code> value of
106 // case 'l': // 'l' - IS_LEAP_MONTH
111 // ChineseCalendar.IS_LEAP_MONTH));
193 public static final Field IS_LEAP_MONTH = new Field("is leap month", ChineseCalendar.IS_LEAP_MONTH);
228 if (calendarField == ChineseCalendar.IS_LEAP_MONTH) {
229 return IS_LEAP_MONTH;
246 if (this.getName().equals(IS_LEAP_MONTH.getName()))
    [all...]
SimpleDateFormat.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
ChineseTestCase.java 44 set(Calendar.IS_LEAP_MONTH, isLeapMonth?1:0);
57 (get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + "/" +
DangiTest.java 91 int L = cal.get(Calendar.IS_LEAP_MONTH);
118 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth);
148 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") +
177 * Make sure IS_LEAP_MONTH participates in field resolution.
201 Calendar.IS_LEAP_MONTH, 1,
209 Calendar.IS_LEAP_MONTH, 1, // Should ignore
215 // If we set IS_LEAP_MONTH last, that should take precedence
219 Calendar.IS_LEAP_MONTH, 1,
239 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH);
249 cal.set(Calendar.IS_LEAP_MONTH, expIsLeapMonth)
    [all...]
ChineseTest.java 111 int L = cal.get(Calendar.IS_LEAP_MONTH);
139 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth);
170 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") +
302 * Make sure IS_LEAP_MONTH participates in field resolution.
326 Calendar.IS_LEAP_MONTH, 1,
334 Calendar.IS_LEAP_MONTH, 1, // Should ignore
345 //! ChineseCalendar.IS_LEAP_MONTH, 1,
352 // If we set IS_LEAP_MONTH last, that should take precedence
356 Calendar.IS_LEAP_MONTH, 1,
376 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH);
    [all...]
CalendarTestFmwk.java 65 "IS_LEAP_MONTH" // (ChineseCalendar only)
435 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + "/" +
CalendarRegressionTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
ChineseTestCase.java 41 set(Calendar.IS_LEAP_MONTH, isLeapMonth?1:0);
54 (get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + "/" +
DangiTest.java 88 int L = cal.get(Calendar.IS_LEAP_MONTH);
115 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth);
145 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") +
174 * Make sure IS_LEAP_MONTH participates in field resolution.
198 Calendar.IS_LEAP_MONTH, 1,
206 Calendar.IS_LEAP_MONTH, 1, // Should ignore
212 // If we set IS_LEAP_MONTH last, that should take precedence
216 Calendar.IS_LEAP_MONTH, 1,
236 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH);
246 cal.set(Calendar.IS_LEAP_MONTH, expIsLeapMonth)
    [all...]
ChineseTest.java 108 int L = cal.get(Calendar.IS_LEAP_MONTH);
136 cal.set(Calendar.IS_LEAP_MONTH, cisleapmonth);
167 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") +
299 * Make sure IS_LEAP_MONTH participates in field resolution.
323 Calendar.IS_LEAP_MONTH, 1,
331 Calendar.IS_LEAP_MONTH, 1, // Should ignore
342 //! ChineseCalendar.IS_LEAP_MONTH, 1,
349 // If we set IS_LEAP_MONTH last, that should take precedence
353 Calendar.IS_LEAP_MONTH, 1,
373 int isLeapMonth = cal.get(Calendar.IS_LEAP_MONTH);
    [all...]
CalendarTestFmwk.java 62 "IS_LEAP_MONTH" // (ChineseCalendar only)
432 (cal.get(Calendar.IS_LEAP_MONTH)==1?"(leap)":"") + "/" +
CalendarRegressionTest.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ChineseCalendar.java 170 * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
186 * @param isLeapMonth the value used to set the {@link #IS_LEAP_MONTH} time field
211 this.set(IS_LEAP_MONTH, isLeapMonth);
226 * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
244 * @param isLeapMonth the value used to set the {@link #IS_LEAP_MONTH} time field
267 this.set(IS_LEAP_MONTH, isLeapMonth);
348 // public static int IS_LEAP_MONTH = BASE_FIELD_COUNT;
416 { 0, 0, 1, 1 }, // IS_LEAP_MONTH
448 * <p>Note: This method also reads the IS_LEAP_MONTH field to determine
472 * Field resolution table that incorporates IS_LEAP_MONTH
    [all...]
Calendar.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ChineseCalendar.java 172 * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
189 * @param isLeapMonth the value used to set the {@link #IS_LEAP_MONTH} time field
215 this.set(IS_LEAP_MONTH, isLeapMonth);
230 * @param isLeapMonth The value used to set the Chinese calendar's {@link #IS_LEAP_MONTH}
249 * @param isLeapMonth the value used to set the {@link #IS_LEAP_MONTH} time field
273 this.set(IS_LEAP_MONTH, isLeapMonth);
358 // public static int IS_LEAP_MONTH = BASE_FIELD_COUNT;
426 { 0, 0, 1, 1 }, // IS_LEAP_MONTH
460 * <p>Note: This method also reads the IS_LEAP_MONTH field to determine
487 * Field resolution table that incorporates IS_LEAP_MONTH
    [all...]
Calendar.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DebugUtilitiesData.java 67 "IS_LEAP_MONTH", /* 22 */
148 android.icu.util.ChineseCalendar.IS_LEAP_MONTH, /* 22 */
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DebugUtilitiesData.java 63 "IS_LEAP_MONTH", /* 22 */
144 com.ibm.icu.util.ChineseCalendar.IS_LEAP_MONTH, /* 22 */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatTest.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
calendar.h 242 IS_LEAP_MONTH,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java     [all...]

Completed in 775 milliseconds

1 2