Home | History | Annotate | Download | only in i18n

Lines Matching refs:UBool

102     virtual UBool operator==(const LocalizationInfo* rhs) const;
103 inline UBool operator!=(const LocalizationInfo* rhs) const { return !operator==(rhs); }
123 static UBool
134 UBool
325 inline UBool checkInc(UChar c) {
332 inline UBool check(UChar c) {
340 inline UBool inList(UChar c, const UChar* list) const {
422 UBool mightHaveNext = TRUE;
428 UBool haveComma = check(COMMA);
478 UBool mightHaveNext = TRUE;
483 UBool haveComma = check(COMMA);
525 UBool haveQuote = c == QUOTE || c == TICK;
933 UBool
1433 RuleBasedNumberFormat::setLenient(UBool enabled)
1727 capitalizationForUIListMenu = static_cast<UBool>(intVector[0]);
1728 capitalizationForStandAlone = static_cast<UBool>(intVector[1]);