Searched refs:WEEK_OF_MONTH (Results 1 – 4 of 4) sorted by relevance
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
D | Support_SimpleDateFormat.java | 90 t_FormatWithField(14, format, date, null, Field.WEEK_OF_MONTH, 144, 145); in t_format_with_FieldPosition() 122 t_FormatWithField(36, format, date, null, Field.WEEK_OF_MONTH, 0, 0); in t_format_with_FieldPosition() 181 v.add(new FieldContainer(3, 4, Field.WEEK_OF_MONTH)); in getDateVector2() 253 v.add(new FieldContainer(135, 136, Field.WEEK_OF_MONTH)); in getDateVector4() 254 v.add(new FieldContainer(137, 140, Field.WEEK_OF_MONTH)); in getDateVector4()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | CalendarTest.java | 92 cal.set(Calendar.WEEK_OF_MONTH, 2); in test_setII() 167 cal.set(Calendar.WEEK_OF_MONTH, 3); in test_setII() 190 cal.set(Calendar.WEEK_OF_MONTH, 3); in test_setII() 220 cal.set(Calendar.WEEK_OF_MONTH, 1); in test_setII() 230 cal.set(Calendar.WEEK_OF_MONTH, 3); in test_setII() 315 cal.set(Calendar.WEEK_OF_MONTH, 1); in test_setII() 357 cal.set(Calendar.WEEK_OF_MONTH, 1); in test_setII()
|
D | GregorianCalendarTest.java | 255 gc1.add(Calendar.WEEK_OF_MONTH, 1); in test_addII()
|
/external/icu4c/i18n/unicode/ |
D | calendar.h | 186 WEEK_OF_MONTH, // Example: 1..4 enumerator
|