Lines Matching refs:dow
594 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); in dowTest() local
600 if (dow < min || dow > max) in dowTest()
601 errln("FAIL: Day of week %d out of range [%d,%d]\n", dow, min, max); in dowTest()
602 if (dow != UCAL_SUNDAY) in dowTest()
603 errln(UnicodeString("FAIL: Day of week should be SUNDAY Got ") + dow); in dowTest()
855 int32_t dow = a->get(UCAL_DAY_OF_WEEK, status); in test4095407() local
856 if (dow != UCAL_THURSDAY) in test4095407()
857 errln(UnicodeString("Fail: Want THURSDAY Got ") + dow); in test4095407()
1125 int32_t dow = DISAM_int[i+3]; in test4103271() local
1130 testCal->set(UCAL_DAY_OF_WEEK, dow); in test4103271()
1135 "-DOW" + dow + " expect:" + sdf.format(exp, str) + in test4103271()
1149 testCal->set(UCAL_DAY_OF_WEEK, dow); in test4103271()
1154 "-DOW" + dow + " expect:" + sdf.format(exp, str) + in test4103271()
2149 int32_t dow = cal.get(UCAL_DAY_OF_WEEK, status); in TestJ81() local
2154 if (woy != DOY_DATA[i+1] || doy != DOY_DATA[i+2] || dow != DOY_DATA[i+3]) { in TestJ81()