HomeSort by relevance Sort by last modified time
    Searched full:monthlen (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/icu/source/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...]
timezone.cpp 28 * 09/02/98 stephen Added getOffset(monthLen) and hasSameRules()
    [all...]
  /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 569 SimpleTimeZone::compareToRule(int8_t month, int8_t monthLen, int8_t prevMonthLen,
581 if (dayOfMonth > monthLen) {
608 // Adjust the ruleDay to the monthLen, for non-leap year February 29 rule days.
609 if (ruleDay > monthLen) {
610 ruleDay = monthLen;
637 ruleDayOfMonth = monthLen + (ruleDay + 1) * 7 -
638 (7 + (dayOfWeek + monthLen - dayOfMonth) - ruleDayOfWeek) % 7;
    [all...]
calendar.cpp     [all...]
timezone.cpp 28 * 09/02/98 stephen Added getOffset(monthLen) and hasSameRules()
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
simpletz.h 16 * 09/02/98 stephen Added getOffset(monthLen)
    [all...]
timezone.h 17 * - Added getOffset(... monthlen ...)
  /external/icu4c/i18n/unicode/
simpletz.h 16 * 09/02/98 stephen Added getOffset(monthLen)
    [all...]
timezone.h 17 * - Added getOffset(... monthlen ...)
    [all...]

Completed in 179 milliseconds