Lines Matching refs:UCAL_MONTH
780 if(ucal_get(cal, UCAL_YEAR, &status)!=1999 || ucal_get(cal, UCAL_MONTH, &status)!=2 || in TestFieldGetSet()
794 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
800 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
806 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
814 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
826 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
832 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
839 ucal_set(cal, UCAL_MONTH, UCAL_JUNE); in TestFieldGetSet()
863 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
873 ucal_set(cal, UCAL_MONTH, -3); in TestFieldGetSet()
935 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
946 ucal_add(cal,UCAL_MONTH, 12, &status); in TestAddRollExtensive()
977 ucal_roll(cal, UCAL_MONTH, -2, &status); in TestAddRollExtensive()
985 ucal_roll(cal, UCAL_MONTH, -12, &status); in TestAddRollExtensive()
1009 ucal_add(cal, UCAL_MONTH, 1, &status); in TestAddRollExtensive()
1026 ucal_set(cal, UCAL_MONTH, m); in TestAddRollExtensive()
1150 min=ucal_getLimit(cal, UCAL_MONTH, UCAL_MINIMUM, &status); in TestGetLimits()
1151 max=ucal_getLimit(cal, UCAL_MONTH, UCAL_MAXIMUM, &status); in TestGetLimits()
1152 gr_min=ucal_getLimit(cal, UCAL_MONTH, UCAL_GREATEST_MINIMUM, &status); in TestGetLimits()
1153 le_max=ucal_getLimit(cal, UCAL_MONTH, UCAL_LEAST_MAXIMUM, &status); in TestGetLimits()
1154 ac_min=ucal_getLimit(cal, UCAL_MONTH, UCAL_ACTUAL_MINIMUM, &status); in TestGetLimits()
1155 ac_max=ucal_getLimit(cal, UCAL_MONTH, UCAL_ACTUAL_MAXIMUM, &status); in TestGetLimits()
1372 ucal_get(c, UCAL_MONTH, &status) != m || in checkDateTime()
1381 ucal_get(c, UCAL_MONTH, &status) + 1, in checkDateTime()
1404 ucal_get(c, UCAL_MONTH, &status) != m || in checkDate()
1409 ucal_get(c, UCAL_MONTH, &status) + 1, in checkDate()
1432 ucal_get(c, UCAL_MONTH, &status) == month && in verify1()
1469 ucal_get(c, UCAL_MONTH, &status) == month && in verify2()
1890 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference()
1913 MDf = ucal_getFieldDifference(ucal, tfdItemPtr->target, UCAL_MONTH, &status); in TestFieldDifference()