Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

72 static UBool calendar_cleanup(void) {
238 static UBool isStandardSupportedKeyword(const char *keyword, UErrorCode& status) {
414 //virtual UBool isSupportedID( const UnicodeString& id, UErrorCode& status) const {
547 virtual UBool isDefault() const {
556 static inline UBool
607 UBool Calendar::unregister(URegistryKey key, UErrorCode& status) {
1022 UBool
1031 UBool
1049 UBool
1058 UBool
1067 UBool
1087 const Locale& locale, UBool commonlyUsed, UErrorCode& status)
1398 UBool
1829 UBool era0WithYearsThatGoBackwards = FALSE;
2116 UBool keepWallTimeInvariant = TRUE;
2147 UBool oldLenient = isLenient();
2257 UBool hasTransition = getImmediatePreviousZoneTransition(tmpT, &immediatePrevTrans, status);
2425 Calendar::setLenient(UBool lenient)
2432 UBool
2575 UBool
2587 UBool result = FALSE;
2596 UBool
3051 UBool hasTransition = getImmediatePreviousZoneTransition(tmpTime, &immediatePrevTransition, status);
3072 UBool Calendar::getImmediatePreviousZoneTransition(UDate base, UDate *transitionTime, UErrorCode& status) const {
3076 UBool hasTransition = btz->getPreviousTransition(base, TRUE, trans);
3158 UBool sawRecentNegativeShift = FALSE;
3221 UBool useMonth = (bestField == UCAL_DAY_OF_MONTH ||
3488 UBool jan1InPrevYear = FALSE; // January 1st in the year of WOY is the 1st week? (i.e. first week is < minimal )
3489 //UBool nextJan1InPrevYear = FALSE; // January 1st of Year of WOY + 1 is in the first week?
3647 void Calendar::prepareGetActual(UCalendarDateFields field, UBool isMinimum, UErrorCode &status)