/external/icu4c/i18n/ |
buddhcal.cpp | 81 UBool useMonth) const 83 return GregorianCalendar::handleComputeMonthStart(eyear, month, useMonth);
|
buddhcal.h | 163 * @param month the zero-based month, or 0 if useMonth is false 164 * @param useMonth if false, compute the day before the first day of 172 UBool useMonth) const;
|
hebrwcal.h | 353 * @param month the zero-based month, or 0 if useMonth is false 354 * @param useMonth if false, compute the day before the first day of 362 UBool useMonth) const;
|
cecal.h | 69 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
|
cecal.cpp | 76 CECalendar::handleComputeMonthStart(int32_t eyear,int32_t emonth, UBool /*useMonth*/) const
|
chnsecal.cpp | 285 int32_t ChineseCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const { 307 // Ignore IS_LEAP_MONTH field if useMonth is false 308 int32_t isLeapMonth = useMonth ? saveIsLeapMonth : 0;
|
chnsecal.h | 143 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
|
indiancal.cpp | 240 int32_t IndianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /* useMonth */ ) const {
|
indiancal.h | 226 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
|
persncal.cpp | 166 int32_t PersianCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) const {
|
persncal.h | 220 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
|
calendar.cpp | [all...] |
islamcal.cpp | 359 int32_t IslamicCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /* useMonth */) const {
|
islamcal.h | 317 virtual int32_t handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const;
|
hebrwcal.cpp | 625 int32_t HebrewCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool /*useMonth*/) const {
|
gregocal.cpp | 531 UBool /* useMonth */) const [all...] |
/libcore/luni/src/main/java/java/util/ |
GregorianCalendar.java | 668 boolean useMonth = (isSet[DATE] || isSet[MONTH] || weekMonthSet) 670 if (useMonth 673 useMonth = lastDateFieldSet != WEEK_OF_YEAR && weekMonthSet 676 useMonth = isSet[DATE] && isSet[MONTH]; 680 if (useMonth) { [all...] |
/external/icu4c/i18n/unicode/ |
gregocal.h | 501 * @param month the zero-based month, or 0 if useMonth is false 502 * @param useMonth if false, compute the day before the first day of 510 UBool useMonth) const; [all...] |
calendar.h | [all...] |