Searched refs:expectedDay (Results 1 – 3 of 3) sorted by relevance
1512 int32_t expectedDay = 7; in TestParsing() local1529 if (cal->get(UCAL_DAY_OF_MONTH, status) != expectedDay) { in TestParsing()
1209 int expectedDay = 7; in TestParsing() local1221 if (cal.get(Calendar.DAY_OF_MONTH) != expectedDay) { in TestParsing()
1212 int expectedDay = 7; in TestParsing() local1224 if (cal.get(Calendar.DAY_OF_MONTH) != expectedDay) { in TestParsing()