Home | History | Annotate | Download | only in unicode

Lines Matching refs:UBool

224     virtual UBool operator==(const Collator& other) const;
759 UBool addPrefixes, UErrorCode &errorCode) const;
845 UBool attributeHasBeenSetExplicitly(int32_t attribute) const {
847 return (UBool)((explicitlySetAttributes & ((uint32_t)1 << attribute)) != 0);
857 UBool isUnsafe(UChar32 c) const;
860 UBool initMaxExpansions(UErrorCode &errorCode) const;
871 UBool actualLocaleIsSameAsValid;