• Home
  • Raw
  • Download

Lines Matching refs:UCAL_MONTH

752     if(ucal_get(cal, UCAL_YEAR, &status)!=1999 || ucal_get(cal, UCAL_MONTH, &status)!=2 ||   in TestFieldGetSet()
766 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
772 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
778 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
786 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
798 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
804 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
811 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
835 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
845 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
907 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
918 ucal_add(cal,UCAL_MONTH, 12, &status); in TestAddRollExtensive()
949 ucal_roll(cal, UCAL_MONTH, -2, &status); in TestAddRollExtensive()
957 ucal_roll(cal, UCAL_MONTH, -12, &status); in TestAddRollExtensive()
981 ucal_add(cal, UCAL_MONTH, 1, &status); in TestAddRollExtensive()
998 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
1122 min=ucal_getLimit(cal, UCAL_MONTH, UCAL_MINIMUM, &status); in TestGetLimits()
1123 max=ucal_getLimit(cal, UCAL_MONTH, UCAL_MAXIMUM, &status); in TestGetLimits()
1124 gr_min=ucal_getLimit(cal, UCAL_MONTH, UCAL_GREATEST_MINIMUM, &status); in TestGetLimits()
1125 le_max=ucal_getLimit(cal, UCAL_MONTH, UCAL_LEAST_MAXIMUM, &status); in TestGetLimits()
1126 ac_min=ucal_getLimit(cal, UCAL_MONTH, UCAL_ACTUAL_MINIMUM, &status); in TestGetLimits()
1127 ac_max=ucal_getLimit(cal, UCAL_MONTH, UCAL_ACTUAL_MAXIMUM, &status); in TestGetLimits()
1344 ucal_get(c, UCAL_MONTH, &status) != m || in checkDateTime()
1353 ucal_get(c, UCAL_MONTH, &status) + 1, in checkDateTime()
1376 ucal_get(c, UCAL_MONTH, &status) != m || in checkDate()
1381 ucal_get(c, UCAL_MONTH, &status) + 1, in checkDate()
1404 ucal_get(c, UCAL_MONTH, &status) == month && in verify1()
1441 ucal_get(c, UCAL_MONTH, &status) == month && in verify2()
1852 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference()
1875 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference()