Home | History | Annotate | Download | only in unicode

Lines Matching defs:UCAL_MONTH

25  * and a set of integer fields such as <code>UCAL_YEAR</code>, <code>UCAL_MONTH</code>,
71 * start of the epoch: i.e., UCAL_YEAR = 1970, UCAL_MONTH = JANUARY, UCAL_DATE = 1, etc.
83 * UCAL_MONTH + UCAL_DAY_OF_MONTH
84 * UCAL_MONTH + UCAL_WEEK_OF_MONTH + UCAL_DAY_OF_WEEK
85 * UCAL_MONTH + UCAL_DAY_OF_WEEK_IN_MONTH + UCAL_DAY_OF_WEEK
216 UCAL_MONTH,
501 /** Value of the <code>UCAL_MONTH</code> field indicating the
1083 * @param field The field to which to add the signed value; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
1113 * @param field The field to which to add the signed value; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
1134 * @param field The desired field; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
1155 * @param field The field to set; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
1175 * @param field The desired field; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
1194 * @param field The field to clear; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
1247 * @param field The desired field; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,
1420 * The field parameter specifies the units of the return value. For example, if field is UCAL_MONTH
1433 * @param field The field to compare; one of UCAL_ERA, UCAL_YEAR, UCAL_MONTH,