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

  /external/chromium/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 566 SimpleTimeZone::compareToRule(int8_t month, int8_t monthLen, int8_t prevMonthLen,
578 if (dayOfMonth > monthLen) {
605 // Adjust the ruleDay to the monthLen, for non-leap year February 29 rule days.
606 if (ruleDay > monthLen) {
607 ruleDay = monthLen;
634 ruleDayOfMonth = monthLen + (ruleDay + 1) * 7 -
635 (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 566 SimpleTimeZone::compareToRule(int8_t month, int8_t monthLen, int8_t prevMonthLen,
578 if (dayOfMonth > monthLen) {
605 // Adjust the ruleDay to the monthLen, for non-leap year February 29 rule days.
606 if (ruleDay > monthLen) {
607 ruleDay = monthLen;
634 ruleDayOfMonth = monthLen + (ruleDay + 1) * 7 -
635 (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/third_party/icu/public/i18n/unicode/
simpletz.h 16 * 09/02/98 stephen Added getOffset(monthLen)
    [all...]
timezone.h 17 * - Added getOffset(... monthlen ...)
    [all...]
  /external/icu4c/i18n/unicode/
simpletz.h 16 * 09/02/98 stephen Added getOffset(monthLen)
    [all...]
timezone.h 17 * - Added getOffset(... monthlen ...)

Completed in 2225 milliseconds