• Home
  • Raw
  • Download

Lines Matching refs:ucal_get

566         dateBit = ucal_get(caldef2, UCAL_MILLISECOND, &status);  in TestGetSetDateAPI()
584 dateBit = ucal_get(caldef3, UCAL_DAY_OF_MONTH, &status); in TestGetSetDateAPI()
608 hour=ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status); in TestGetSetDateAPI()
627 if(hour == ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) in TestGetSetDateAPI()
629 …else if((hour-8 + 1) != ucal_get(caldef2, UCAL_HOUR_OF_DAY, &status)) /*because it is not in dayli… in TestGetSetDateAPI()
646 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI()
663 zoneOffset = ucal_get(caldef2, UCAL_ZONE_OFFSET, &status); in TestGetSetDateAPI()
780 if(ucal_get(cal, UCAL_YEAR, &status)!=1999 || ucal_get(cal, UCAL_MONTH, &status)!=2 || in TestFieldGetSet()
781 ucal_get(cal, UCAL_DATE, &status)!=12 || ucal_get(cal, UCAL_HOUR, &status)!=5) in TestFieldGetSet()
783 …else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &s… in TestFieldGetSet()
784 …|| ucal_get(cal, UCAL_WEEK_OF_MONTH, &status)!=2 || ucal_get(cal, UCAL_WEEK_OF_YEAR, &status)!= 11) in TestFieldGetSet()
1086 hr = ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestAddRollExtensive()
1093 hr = ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestAddRollExtensive()
1127 val = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestGetLimits()
1138 val = ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status); in TestGetLimits()
1165 val=ucal_get(cal, UCAL_HOUR_OF_DAY, &status); in TestGetLimits()
1230 initialDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestDOWProgression()
1243 newDOW = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestDOWProgression()
1324 offset = ucal_get(cal, UCAL_ZONE_OFFSET, &status); in testZones()
1325 offset += ucal_get(cal, UCAL_DST_OFFSET, &status); in testZones()
1334 utc = ((ucal_get(cal, UCAL_HOUR_OF_DAY, &status) * 60 + in testZones()
1335 ucal_get(cal, UCAL_MINUTE, &status)) * 60 + in testZones()
1336 ucal_get(cal, UCAL_SECOND, &status)) * 1000 + in testZones()
1337 ucal_get(cal, UCAL_MILLISECOND, &status) - offset; in testZones()
1371 if (ucal_get(c, UCAL_YEAR, &status) != y || in checkDateTime()
1372 ucal_get(c, UCAL_MONTH, &status) != m || in checkDateTime()
1373 ucal_get(c, UCAL_DATE, &status) != d || in checkDateTime()
1374 ucal_get(c, UCAL_HOUR, &status) != hr || in checkDateTime()
1375 ucal_get(c, UCAL_MINUTE, &status) != min || in checkDateTime()
1376 ucal_get(c, UCAL_SECOND, &status) != sec || in checkDateTime()
1377 ucal_get(c, UCAL_MILLISECOND, &status) != ms) { in checkDateTime()
1380 ucal_get(c, UCAL_YEAR, &status), in checkDateTime()
1381 ucal_get(c, UCAL_MONTH, &status) + 1, in checkDateTime()
1382 ucal_get(c, UCAL_DATE, &status), in checkDateTime()
1383 ucal_get(c, UCAL_HOUR, &status), in checkDateTime()
1384 ucal_get(c, UCAL_MINUTE, &status) + 1, in checkDateTime()
1385 ucal_get(c, UCAL_SECOND, &status), in checkDateTime()
1386 ucal_get(c, UCAL_MILLISECOND, &status) ); in checkDateTime()
1403 if (ucal_get(c,UCAL_YEAR, &status) != y || in checkDate()
1404 ucal_get(c, UCAL_MONTH, &status) != m || in checkDate()
1405 ucal_get(c, UCAL_DATE, &status) != d) { in checkDate()
1408 ucal_get(c, UCAL_YEAR, &status), in checkDate()
1409 ucal_get(c, UCAL_MONTH, &status) + 1, in checkDate()
1410 ucal_get(c, UCAL_DATE, &status) ); in checkDate()
1431 if (ucal_get(c, UCAL_YEAR, &status) == year && in verify1()
1432 ucal_get(c, UCAL_MONTH, &status) == month && in verify1()
1433 ucal_get(c, UCAL_DATE, &status) == day) { in verify1()
1468 if (ucal_get(c, UCAL_YEAR, &status) == year && in verify2()
1469 ucal_get(c, UCAL_MONTH, &status) == month && in verify2()
1470 ucal_get(c, UCAL_DATE, &status) == day && in verify2()
1471 ucal_get(c, UCAL_HOUR, &status) == hour && in verify2()
1472 ucal_get(c, UCAL_MINUTE, &status) == min && in verify2()
1473 ucal_get(c, UCAL_SECOND, &status) == sec && in verify2()
1474 ucal_get(c, UCAL_AM_PM, &status) == am_pm ){ in verify2()
2096 yrBefore = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2098 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2111 yrBefore = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2113 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2128 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2129 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2143 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2144 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2175 yrBefore = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2177 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2189 yrBefore = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2191 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2205 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2206 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2222 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2223 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2235 eraNow = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2243 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2244 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()
2260 yrAfter = ucal_get(ucalTest, UCAL_YEAR, &status); in TestAddRollEra0AndEraBounds()
2261 eraAfter = ucal_get(ucalTest, UCAL_ERA, &status); in TestAddRollEra0AndEraBounds()