Searched refs:ofCalendarField (Results 1 – 6 of 6) sorted by relevance
44 .ofCalendarField(Calendar.ERA); in test_ConstructorLjava_lang_StringLjava_lang_String()49 .ofCalendarField(Calendar.DAY_OF_MONTH); in test_ConstructorLjava_lang_StringLjava_lang_String()77 .ofCalendarField(Calendar.DAY_OF_WEEK); in test_ConstructorLjava_lang_StringI()93 .ofCalendarField(Calendar.ERA); in test_Constructor2()98 .ofCalendarField(Calendar.DAY_OF_MONTH); in test_Constructor2()134 Field.AM_PM, Field.ofCalendarField(Calendar.AM_PM)); in test_ofCalendarFieldI()138 Field.HOUR0, Field.ofCalendarField(Calendar.HOUR)); in test_ofCalendarFieldI()141 Field.HOUR_OF_DAY0, Field.ofCalendarField(Calendar.HOUR_OF_DAY)); in test_ofCalendarFieldI()145 DateFormat.Field.ofCalendarField(-1); in test_ofCalendarFieldI()151 DateFormat.Field.ofCalendarField(Calendar.FIELD_COUNT); in test_ofCalendarFieldI()[all …]
238 public static java.text.DateFormat.Field ofCalendarField(int calendarField) { in ofCalendarField() method in DateFormat.Field
170 public static java.text.DateFormat.Field ofCalendarField(int calendarField) { throw new RuntimeExce… in ofCalendarField() method in DateFormat.Field
876 public static Field ofCalendarField(int calendarField) { in ofCalendarField() method in DateFormat.Field
165 @libcore.util.NonNull public static java.text.DateFormat.Field ofCalendarField(int calendarField) {… in ofCalendarField() method in DateFormat.Field
10276 method @NonNull public static java.text.DateFormat.Field ofCalendarField(int);