Lines Matching refs:ucal_get
574 dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status); in TestGetSetDateAPI()
592 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI()
616 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status); in TestGetSetDateAPI()
635 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) in TestGetSetDateAPI()
637 …else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in dayli… in TestGetSetDateAPI()
654 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI()
671 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI()
788 if(ucal_get(cal, UCAL_YEAR, &status)!=1999 || ucal_get(cal, UCAL_MONTH, &status)!=2 || in TestFieldGetSet()
789 ucal_get(cal, UCAL_DATE, &status)!=12 || ucal_get(cal, UCAL_HOUR, &status)!=5) in TestFieldGetSet()
791 …else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &s… in TestFieldGetSet()
792 …|| ucal_get(cal, UCAL_WEEK_OF_MONTH, &status)!=2 || ucal_get(cal, UCAL_WEEK_OF_YEAR, &status)!= 11) in TestFieldGetSet()
1094 hr = ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestAddRollExtensive()
1101 hr = ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestAddRollExtensive()
1135 val = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestGetLimits()
1146 val = ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status); in TestGetLimits()
1173 val=ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestGetLimits()
1238 initialDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestDOWProgression()
1251 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestDOWProgression()
1332 offset = ucal_get(cal, UCAL_ZONE_OFFSET, &status); in testZones()
1333 offset += ucal_get(cal, UCAL_DST_OFFSET, &status); in testZones()
1342 utc = ((ucal_get(cal, UCAL_HOUR_OF_DAY, &status) * 60 + in testZones()
1343 ucal_get(cal, UCAL_MINUTE, &status)) * 60 + in testZones()
1344 ucal_get(cal, UCAL_SECOND, &status)) * 1000 + in testZones()
1345 ucal_get(cal, UCAL_MILLISECOND, &status) - offset; in testZones()
1379 if (ucal_get(c, UCAL_YEAR, &status) != y || in checkDateTime()
1380 ucal_get(c, UCAL_MONTH, &status) != m || in checkDateTime()
1381 ucal_get(c, UCAL_DATE, &status) != d || in checkDateTime()
1382 ucal_get(c, UCAL_HOUR, &status) != hr || in checkDateTime()
1383 ucal_get(c, UCAL_MINUTE, &status) != min || in checkDateTime()
1384 ucal_get(c, UCAL_SECOND, &status) != sec || in checkDateTime()
1385 ucal_get(c, UCAL_MILLISECOND, &status) != ms) { in checkDateTime()
1388 ucal_get(c, UCAL_YEAR, &status), in checkDateTime()
1389 ucal_get(c, UCAL_MONTH, &status) + 1, in checkDateTime()
1390 ucal_get(c, UCAL_DATE, &status), in checkDateTime()
1391 ucal_get(c, UCAL_HOUR, &status), in checkDateTime()
1392 ucal_get(c, UCAL_MINUTE, &status) + 1, in checkDateTime()
1393 ucal_get(c, UCAL_SECOND, &status), in checkDateTime()
1394 ucal_get(c, UCAL_MILLISECOND, &status) ); in checkDateTime()
1411 if (ucal_get(c,UCAL_YEAR, &status) != y || in checkDate()
1412 ucal_get(c, UCAL_MONTH, &status) != m || in checkDate()
1413 ucal_get(c, UCAL_DATE, &status) != d) { in checkDate()
1416 ucal_get(c, UCAL_YEAR, &status), in checkDate()
1417 ucal_get(c, UCAL_MONTH, &status) + 1, in checkDate()
1418 ucal_get(c, UCAL_DATE, &status) ); in checkDate()
1439 if (ucal_get(c, UCAL_YEAR, &status) == year && in verify1()
1440 ucal_get(c, UCAL_MONTH, &status) == month && in verify1()
1441 ucal_get(c, UCAL_DATE, &status) == day) { in verify1()
1476 if (ucal_get(c, UCAL_YEAR, &status) == year && in verify2()
1477 ucal_get(c, UCAL_MONTH, &status) == month && in verify2()
1478 ucal_get(c, UCAL_DATE, &status) == day && in verify2()
1479 ucal_get(c, UCAL_HOUR, &status) == hour && in verify2()
1480 ucal_get(c, UCAL_MINUTE, &status) == min && in verify2()
1481 ucal_get(c, UCAL_SECOND, &status) == sec && in verify2()
1482 ucal_get(c, UCAL_AM_PM, &status) == am_pm ){ in verify2()
2104 yrBefore = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2106 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2119 yrBefore = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2121 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2136 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2137 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2151 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2152 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2183 yrBefore = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2185 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2197 yrBefore = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2199 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2213 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2214 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2230 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2231 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2243 eraNow = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2251 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2252 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2268 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2269 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()