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

  /external/icu/icu4c/source/i18n/
gregocal.cpp 634 int32_t monthLen = monthLength(internalGet(UCAL_MONTH));
636 if(dom > monthLen)
637 set(UCAL_DATE, monthLen);
    [all...]
islamcal.cpp 662 int monthLen = handleGetMonthLength(y, m);
664 while(d > monthLen){
665 d -= monthLen;
667 monthLen = handleGetMonthLength(y, m);
    [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...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
IslamicCalendar.java     [all...]
SimpleTimeZone.java     [all...]
Calendar.java     [all...]
  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 16 * 09/02/98 stephen Added getOffset(monthLen)
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 271 milliseconds