Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ucal_getDSTSavings

193     /*Test ucal_getDSTSavings*/
195 i = ucal_getDSTSavings(fgGMTID, &status);
197 log_err("FAIL: ucal_getDSTSavings(GMT) => %s\n",
200 log_data_err("FAIL: ucal_getDSTSavings(GMT) => %d, expect 0 (Are you missing data?)\n", i);
202 i = ucal_getDSTSavings(PST, &status);
204 log_err("FAIL: ucal_getDSTSavings(PST) => %s\n",
207 log_err("FAIL: ucal_getDSTSavings(PST) => %d, expect %d\n", i, 1*60*60*1000);