Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

312 UBool GregorianCalendar::isEquivalentTo(const Calendar& other) const
403 UBool isLeap = ((eyear&0x3) == 0); // equiv. to (eyear%4 == 0)
461 UBool
533 UBool /* useMonth */) const
543 UBool isLeap = eyear%4 == 0;
645 UBool
686 UBool
716 double GregorianCalendar::computeJulianDayOfYear(UBool isGregorian,
717 int32_t year, UBool& isLeap)
831 UBool inCutoverMonth = FALSE;
1240 UBool
1249 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
1280 UBool GregorianCalendar::haveDefaultCentury() const