Searched refs:expectedDay (Results 1 – 3 of 3) sorted by relevance
1508 int32_t expectedDay = 7; in TestParsing() local1525 if (cal->get(UCAL_DAY_OF_MONTH, status) != expectedDay) { in TestParsing()
1178 int expectedDay = 7; in TestParsing() local1190 if (cal.get(Calendar.DAY_OF_MONTH) != expectedDay) { in TestParsing()
1182 int expectedDay = 7; in TestParsing() local1194 if (cal.get(Calendar.DAY_OF_MONTH) != expectedDay) { in TestParsing()