Lines Matching refs:UBool
76 static UBool U_CALLCONV collator_cleanup(void) {
110 UBool
190 virtual UBool isDefault() const {
214 static inline UBool
217 UBool retVal = !gServiceInitOnce.isReset() && (getService() != NULL);
255 static UBool isAvailableLocaleListInitialized(UErrorCode &status) {
540 UBool Collator::equals(const UnicodeString& source,
547 UBool Collator::greaterOrEqual(const UnicodeString& source,
554 UBool Collator::greater(const UnicodeString& source,
641 UBool Collator::operator==(const Collator& other) const
647 UBool Collator::operator!=(const Collator& other) const
649 return (UBool)!(*this == other);
790 UBool U_EXPORT2
895 UBool commonlyUsed, UErrorCode& status) {
904 UBool& isAvailable, UErrorCode& status) {