HomeSort by relevance Sort by last modified time
    Searched refs:dayOfWeekInMonth (Results 1 - 6 of 6) sorted by null

  /external/icu4c/i18n/unicode/
simpletz.h 51 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
274 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
278 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
281 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
284 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
287 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
291 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify th
    [all...]
  /external/icu4c/i18n/
gregoimp.h 224 static int32_t dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom);
basictz.cpp 167 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
194 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
225 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
simpletz.cpp 271 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
274 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
277 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
280 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
283 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
287 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
291 * <li>If dayOfWeek and DayOfWeekInMonth are both negative, they specify the
297 * @param dayOfWeekInMonth the daylight savings startin
    [all...]
gregoimp.cpp 148 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) {
vtzone.cpp     [all...]

Completed in 156 milliseconds