Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

88 static UBool calendar_chinese_cleanup(void) {
323 int32_t ChineseCalendar::handleComputeMonthStart(int32_t eyear, int32_t month, UBool useMonth) const {
566 int32_t ChineseCalendar::newMoonNear(double days, UBool after) const {
622 UBool ChineseCalendar::hasNoMajorSolarTerm(int32_t newMoon) const {
640 UBool ChineseCalendar::isLeapMonthBetween(int32_t newMoon1, int32_t newMoon2) const {
674 UBool setAllFields) {
706 UBool isLeapMonth = isLeapYear &&
829 UBool
839 return (UBool)(U_SUCCESS(status) ? (internalGet(UCAL_DST_OFFSET) != 0) : FALSE);
849 UBool ChineseCalendar::haveDefaultCentury() const