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

  /external/icu4c/i18n/
gregocal.cpp 634 int32_t monthLen = monthLength(internalGet(UCAL_MONTH));
636 if(dom > monthLen)
637 set(UCAL_DATE, monthLen);
    [all...]
simpletz.cpp 568 SimpleTimeZone::compareToRule(int8_t month, int8_t monthLen, int8_t prevMonthLen,
580 if (dayOfMonth > monthLen) {
607 // Adjust the ruleDay to the monthLen, for non-leap year February 29 rule days.
608 if (ruleDay > monthLen) {
609 ruleDay = monthLen;
636 ruleDayOfMonth = monthLen + (ruleDay + 1) * 7 -
637 (7 + (dayOfWeek + monthLen - dayOfMonth) - ruleDayOfWeek) % 7;
    [all...]
calendar.cpp     [all...]
  /external/icu4c/i18n/unicode/
simpletz.h 16 * 09/02/98 stephen Added getOffset(monthLen)
    [all...]

Completed in 279 milliseconds